Shades of Kaitoke Green #294D33
Tints of Kaitoke Green #294D33
RGB
CMYK
RGB Variations
Color information
#294D33 (or 0x294D33) is known color: Kaitoke Green. HEX triplet: 29, 4D and 33. RGB value is (41,77,51). Sum of RGB (Red+Green+Blue) = 41+77+51=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #294D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D33 is #D6B2CC. Grayscale: #3F3F3F. Windows color (decimal): -14070477 or 3362089. OLE color: 3362089.
HSL color Cylindrical-coordinate representation of color #294D33: hue angle of 136.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294D33 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 51 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.70 |
| HSL | 136.67º | 0.31% | 0.23% | - |
| HSV(B) | 136.67º | 0.47% | 0.3% | - |
| XYZ | 4.17 | 6.02 | 4.07 | - |
| YUV | 63.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 51 | 0.47 | 0 | 0.34 | 0.70 | 136.67 | 0.31 | 0.23 |
| Hex | 29 | 4D | 33 | 2F | 0 | 22 | 46 | 89 | 1F | 17 |
| Octal | 51 | 115 | 63 | 57 | 0 | 42 | 106 | 211 | 37 | 27 |
| Binary | 101001 | 1001101 | 110011 | 101111 | 0 | 100010 | 1000110 | 10001001 | 11111 | 10111 |
Color Harmonies of #294D33
Complementary color
Monochromatic Colors of #294D33
Black with #294D33
Text Example
Text Example
White with #294D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D33; }
p { color: rgb(41,77,51); }
H1.HeaderClassName
{
color: #294D33;
}
.AnyTagClassName
{
color: #294D33;
}
</style>
background-color css
<style>
a { background-color: #294D33; }
a { background-color: rgb(41,77,51); }
div.DivClassName
{
background-color: #294D33;
}
.BgClassName
{
background-color: #294D33;
}
</style>
border-color css
<style>
span { border-color: #294D33; }
span { border-color: rgb(41,77,51); }
td.TdClassName
{
border-color: #294D33;
}
.TagClassName
{
border-color: #294D33;
}
</style>