#294E29 HEX RGB, HSL, CMYKHEXA #294E29 |
#294E29
|
|
#294E29 rgb(41,78,41) | = | 16% 255 | 31% 255 | 16% 255 | = | 47 100 | 0 100 | 47 100 | 69 100 |
|
|
|
|
|
|
|
|||
R: 41 | G: 78 | B: 41 | C: 47 cyan | M: 0 magenta | Y: 47 | K: 69 |
|||
Hexa |
|
#294E29 |
<font color="#294E29;">Text here</font> |
<div style="background-color:#294E29;">Text here</div> |
HTML <div style="background-color:#000000"> <font color="#294E29;">Text here</font> </div> |
HTML <div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#294E29;">Text here</font> </div> |
#294E29
| |
HTML <div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #294E29;"></div> .box-shadow: 2px 2px 7px 1px; |
CSS .text-shadow: 1px 2px 2px #294E29; |
#294E29 | |
#294E29
|
|
HTML <div style="background-color:#FFFFFF; border:1px solid #294E29;"></div> |
CSS with RGB .text-shadow: 0px 2px 2px rgba(41, 78, 41, 1.4); |
294E29 | script / programming |
HTML, CSS: | = #294E29; rgb(41, 78, 41) |
Java: | = new Color(41, 78, 41) |
.NET: | = Color.FromArgb (41, 78, 41); |
Xojo: | = rgb (41, 78, 41, 0); |
openGL: | = glColor3f (0.16f, 0.31f, 0.16f); |
Swift: | = UIColor(red:0.16, green:0.31, blue:0.16, alpha:1.00000); |
Objective-C: | = [UIColor colorWithRed:0.16 green:0.31 blue:0.16 alpha:1.00000]; |
|
|
|
|
|
|