Shades of Kaitoke Green #294D34
Tints of Kaitoke Green #294D34
RGB
CMYK
RGB Variations
Color information
#294D34 (or 0x294D34) is known color: Kaitoke Green. HEX triplet: 29, 4D and 34. RGB value is (41,77,52). Sum of RGB (Red+Green+Blue) = 41+77+52=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #294D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D34 is #D6B2CB. Grayscale: #3F3F3F. Windows color (decimal): -14070476 or 3427625. OLE color: 3427625.
HSL color Cylindrical-coordinate representation of color #294D34: hue angle of 138.33º 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 #294D34 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 52 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.70 |
| HSL | 138.33º | 0.31% | 0.23% | - |
| HSV(B) | 138.33º | 0.47% | 0.3% | - |
| XYZ | 4.19 | 6.03 | 4.19 | - |
| YUV | 63.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 52 | 0.47 | 0 | 0.32 | 0.70 | 138.33 | 0.31 | 0.23 |
| Hex | 29 | 4D | 34 | 2F | 0 | 20 | 46 | 8A | 1F | 17 |
| Octal | 51 | 115 | 64 | 57 | 0 | 40 | 106 | 212 | 37 | 27 |
| Binary | 101001 | 1001101 | 110100 | 101111 | 0 | 100000 | 1000110 | 10001010 | 11111 | 10111 |
Color Harmonies of #294D34
Complementary color
Monochromatic Colors of #294D34
Black with #294D34
Text Example
Text Example
White with #294D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D34; }
p { color: rgb(41,77,52); }
H1.HeaderClassName
{
color: #294D34;
}
.AnyTagClassName
{
color: #294D34;
}
</style>
background-color css
<style>
a { background-color: #294D34; }
a { background-color: rgb(41,77,52); }
div.DivClassName
{
background-color: #294D34;
}
.BgClassName
{
background-color: #294D34;
}
</style>
border-color css
<style>
span { border-color: #294D34; }
span { border-color: rgb(41,77,52); }
td.TdClassName
{
border-color: #294D34;
}
.TagClassName
{
border-color: #294D34;
}
</style>