Shades of Kaitoke Green #24512D
Tints of Kaitoke Green #24512D
RGB
CMYK
RGB Variations
Color information
#24512D (or 0x24512D) is known color: Kaitoke Green. HEX triplet: 24, 51 and 2D. RGB value is (36,81,45). Sum of RGB (Red+Green+Blue) = 36+81+45=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #24512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24512D is #DBAED2. Grayscale: #3F3F3F. Windows color (decimal): -14397139 or 2969892. OLE color: 2969892.
HSL color Cylindrical-coordinate representation of color #24512D: hue angle of 132º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24512D is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 81 | 45 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.68 |
| HSL | 132º | 0.38% | 0.23% | - |
| HSV(B) | 132º | 0.56% | 0.32% | - |
| XYZ | 4.14 | 6.45 | 3.51 | - |
| YUV | 63.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 45 | 0.56 | 0 | 0.44 | 0.68 | 132 | 0.38 | 0.23 |
| Hex | 24 | 51 | 2D | 38 | 0 | 2C | 44 | 84 | 26 | 17 |
| Octal | 44 | 121 | 55 | 70 | 0 | 54 | 104 | 204 | 46 | 27 |
| Binary | 100100 | 1010001 | 101101 | 111000 | 0 | 101100 | 1000100 | 10000100 | 100110 | 10111 |
Color Harmonies of #24512D
Complementary color
Monochromatic Colors of #24512D
Black with #24512D
Text Example
Text Example
White with #24512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24512D; }
p { color: rgb(36,81,45); }
H1.HeaderClassName
{
color: #24512D;
}
.AnyTagClassName
{
color: #24512D;
}
</style>
background-color css
<style>
a { background-color: #24512D; }
a { background-color: rgb(36,81,45); }
div.DivClassName
{
background-color: #24512D;
}
.BgClassName
{
background-color: #24512D;
}
</style>
border-color css
<style>
span { border-color: #24512D; }
span { border-color: rgb(36,81,45); }
td.TdClassName
{
border-color: #24512D;
}
.TagClassName
{
border-color: #24512D;
}
</style>