Shades of Kaitoke Green #294E32
Tints of Kaitoke Green #294E32
RGB
CMYK
RGB Variations
Color information
#294E32 (or 0x294E32) is known color: Kaitoke Green. HEX triplet: 29, 4E and 32. RGB value is (41,78,50). Sum of RGB (Red+Green+Blue) = 41+78+50=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #294E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E32 is #D6B1CD. Grayscale: #3F3F3F. Windows color (decimal): -14070222 or 3296809. OLE color: 3296809.
HSL color Cylindrical-coordinate representation of color #294E32: hue angle of 134.59º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E32 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 78 | 50 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.69 |
| HSL | 134.59º | 0.31% | 0.23% | - |
| HSV(B) | 134.59º | 0.47% | 0.31% | - |
| XYZ | 4.21 | 6.15 | 3.98 | - |
| YUV | 63.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 50 | 0.47 | 0 | 0.36 | 0.69 | 134.59 | 0.31 | 0.23 |
| Hex | 29 | 4E | 32 | 2F | 0 | 24 | 45 | 87 | 1F | 17 |
| Octal | 51 | 116 | 62 | 57 | 0 | 44 | 105 | 207 | 37 | 27 |
| Binary | 101001 | 1001110 | 110010 | 101111 | 0 | 100100 | 1000101 | 10000111 | 11111 | 10111 |
Color Harmonies of #294E32
Complementary color
Monochromatic Colors of #294E32
Black with #294E32
Text Example
Text Example
White with #294E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E32; }
p { color: rgb(41,78,50); }
H1.HeaderClassName
{
color: #294E32;
}
.AnyTagClassName
{
color: #294E32;
}
</style>
background-color css
<style>
a { background-color: #294E32; }
a { background-color: rgb(41,78,50); }
div.DivClassName
{
background-color: #294E32;
}
.BgClassName
{
background-color: #294E32;
}
</style>
border-color css
<style>
span { border-color: #294E32; }
span { border-color: rgb(41,78,50); }
td.TdClassName
{
border-color: #294E32;
}
.TagClassName
{
border-color: #294E32;
}
</style>