Shades of Kaitoke Green #29513D
Tints of Kaitoke Green #29513D
RGB
CMYK
RGB Variations
Color information
#29513D (or 0x29513D) is known color: Kaitoke Green. HEX triplet: 29, 51 and 3D. RGB value is (41,81,61). Sum of RGB (Red+Green+Blue) = 41+81+61=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #29513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29513D is #D6AEC2. Grayscale: #424242. Windows color (decimal): -14069443 or 4018473. OLE color: 4018473.
HSL color Cylindrical-coordinate representation of color #29513D: hue angle of 150º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29513D is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 81 | 61 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.68 |
| HSL | 150º | 0.33% | 0.24% | - |
| HSV(B) | 150º | 0.49% | 0.32% | - |
| XYZ | 4.7 | 6.69 | 5.46 | - |
| YUV | 66.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 61 | 0.49 | 0 | 0.25 | 0.68 | 150 | 0.33 | 0.24 |
| Hex | 29 | 51 | 3D | 31 | 0 | 19 | 44 | 96 | 21 | 18 |
| Octal | 51 | 121 | 75 | 61 | 0 | 31 | 104 | 226 | 41 | 30 |
| Binary | 101001 | 1010001 | 111101 | 110001 | 0 | 11001 | 1000100 | 10010110 | 100001 | 11000 |
Color Harmonies of #29513D
Complementary color
Monochromatic Colors of #29513D
Black with #29513D
Text Example
Text Example
White with #29513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29513D; }
p { color: rgb(41,81,61); }
H1.HeaderClassName
{
color: #29513D;
}
.AnyTagClassName
{
color: #29513D;
}
</style>
background-color css
<style>
a { background-color: #29513D; }
a { background-color: rgb(41,81,61); }
div.DivClassName
{
background-color: #29513D;
}
.BgClassName
{
background-color: #29513D;
}
</style>
border-color css
<style>
span { border-color: #29513D; }
span { border-color: rgb(41,81,61); }
td.TdClassName
{
border-color: #29513D;
}
.TagClassName
{
border-color: #29513D;
}
</style>