Shades of Kaitoke Green #29553E
Tints of Kaitoke Green #29553E
RGB
CMYK
RGB Variations
Color information
#29553E (or 0x29553E) is known color: Kaitoke Green. HEX triplet: 29, 55 and 3E. RGB value is (41,85,62). Sum of RGB (Red+Green+Blue) = 41+85+62=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #29553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29553E is #D6AAC1. Grayscale: #454545. Windows color (decimal): -14068418 or 4085033. OLE color: 4085033.
HSL color Cylindrical-coordinate representation of color #29553E: hue angle of 148.64º 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 #29553E is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 85 | 62 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.67 |
| HSL | 148.64º | 0.35% | 0.25% | - |
| HSV(B) | 148.64º | 0.52% | 0.33% | - |
| XYZ | 5.03 | 7.32 | 5.7 | - |
| YUV | 69.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 62 | 0.52 | 0 | 0.27 | 0.67 | 148.64 | 0.35 | 0.25 |
| Hex | 29 | 55 | 3E | 34 | 0 | 1B | 43 | 95 | 23 | 19 |
| Octal | 51 | 125 | 76 | 64 | 0 | 33 | 103 | 225 | 43 | 31 |
| Binary | 101001 | 1010101 | 111110 | 110100 | 0 | 11011 | 1000011 | 10010101 | 100011 | 11001 |
Color Harmonies of #29553E
Complementary color
Monochromatic Colors of #29553E
Black with #29553E
Text Example
Text Example
White with #29553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29553E; }
p { color: rgb(41,85,62); }
H1.HeaderClassName
{
color: #29553E;
}
.AnyTagClassName
{
color: #29553E;
}
</style>
background-color css
<style>
a { background-color: #29553E; }
a { background-color: rgb(41,85,62); }
div.DivClassName
{
background-color: #29553E;
}
.BgClassName
{
background-color: #29553E;
}
</style>
border-color css
<style>
span { border-color: #29553E; }
span { border-color: rgb(41,85,62); }
td.TdClassName
{
border-color: #29553E;
}
.TagClassName
{
border-color: #29553E;
}
</style>