Shades of Kaitoke Green #29553C
Tints of Kaitoke Green #29553C
RGB
CMYK
RGB Variations
Color information
#29553C (or 0x29553C) is known color: Kaitoke Green. HEX triplet: 29, 55 and 3C. RGB value is (41,85,60). Sum of RGB (Red+Green+Blue) = 41+85+60=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #29553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29553C is #D6AAC3. Grayscale: #454545. Windows color (decimal): -14068420 or 3953961. OLE color: 3953961.
HSL color Cylindrical-coordinate representation of color #29553C: hue angle of 145.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29553C is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 85 | 60 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.67 |
| HSL | 145.91º | 0.35% | 0.25% | - |
| HSV(B) | 145.91º | 0.52% | 0.33% | - |
| XYZ | 4.98 | 7.29 | 5.42 | - |
| YUV | 68.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 60 | 0.52 | 0 | 0.29 | 0.67 | 145.91 | 0.35 | 0.25 |
| Hex | 29 | 55 | 3C | 34 | 0 | 1D | 43 | 92 | 23 | 19 |
| Octal | 51 | 125 | 74 | 64 | 0 | 35 | 103 | 222 | 43 | 31 |
| Binary | 101001 | 1010101 | 111100 | 110100 | 0 | 11101 | 1000011 | 10010010 | 100011 | 11001 |
Color Harmonies of #29553C
Complementary color
Monochromatic Colors of #29553C
Black with #29553C
Text Example
Text Example
White with #29553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29553C; }
p { color: rgb(41,85,60); }
H1.HeaderClassName
{
color: #29553C;
}
.AnyTagClassName
{
color: #29553C;
}
</style>
background-color css
<style>
a { background-color: #29553C; }
a { background-color: rgb(41,85,60); }
div.DivClassName
{
background-color: #29553C;
}
.BgClassName
{
background-color: #29553C;
}
</style>
border-color css
<style>
span { border-color: #29553C; }
span { border-color: rgb(41,85,60); }
td.TdClassName
{
border-color: #29553C;
}
.TagClassName
{
border-color: #29553C;
}
</style>