Shades of Kaitoke Green #24552E
Tints of Kaitoke Green #24552E
RGB
CMYK
RGB Variations
Color information
#24552E (or 0x24552E) is known color: Kaitoke Green. HEX triplet: 24, 55 and 2E. RGB value is (36,85,46). Sum of RGB (Red+Green+Blue) = 36+85+46=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #24552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24552E is #DBAAD1. Grayscale: #424242. Windows color (decimal): -14396114 or 3036452. OLE color: 3036452.
HSL color Cylindrical-coordinate representation of color #24552E: hue angle of 132.24º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24552E is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 46 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.67 |
| HSL | 132.24º | 0.4% | 0.24% | - |
| HSV(B) | 132.24º | 0.58% | 0.33% | - |
| XYZ | 4.47 | 7.07 | 3.71 | - |
| YUV | 65.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 46 | 0.58 | 0 | 0.46 | 0.67 | 132.24 | 0.4 | 0.24 |
| Hex | 24 | 55 | 2E | 3A | 0 | 2E | 43 | 84 | 28 | 18 |
| Octal | 44 | 125 | 56 | 72 | 0 | 56 | 103 | 204 | 50 | 30 |
| Binary | 100100 | 1010101 | 101110 | 111010 | 0 | 101110 | 1000011 | 10000100 | 101000 | 11000 |
Color Harmonies of #24552E
Complementary color
Monochromatic Colors of #24552E
Black with #24552E
Text Example
Text Example
White with #24552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24552E; }
p { color: rgb(36,85,46); }
H1.HeaderClassName
{
color: #24552E;
}
.AnyTagClassName
{
color: #24552E;
}
</style>
background-color css
<style>
a { background-color: #24552E; }
a { background-color: rgb(36,85,46); }
div.DivClassName
{
background-color: #24552E;
}
.BgClassName
{
background-color: #24552E;
}
</style>
border-color css
<style>
span { border-color: #24552E; }
span { border-color: rgb(36,85,46); }
td.TdClassName
{
border-color: #24552E;
}
.TagClassName
{
border-color: #24552E;
}
</style>