Shades of Kaitoke Green #245A32
Tints of Kaitoke Green #245A32
RGB
CMYK
RGB Variations
Color information
#245A32 (or 0x245A32) is known color: Kaitoke Green. HEX triplet: 24, 5A and 32. RGB value is (36,90,50). Sum of RGB (Red+Green+Blue) = 36+90+50=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #245A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A32 is #DBA5CD. Grayscale: #454545. Windows color (decimal): -14394830 or 3299876. OLE color: 3299876.
HSL color Cylindrical-coordinate representation of color #245A32: hue angle of 135.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A32 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 50 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.65 |
| HSL | 135.56º | 0.43% | 0.25% | - |
| HSV(B) | 135.56º | 0.6% | 0.35% | - |
| XYZ | 4.96 | 7.92 | 4.28 | - |
| YUV | 69.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 50 | 0.60 | 0 | 0.44 | 0.65 | 135.56 | 0.43 | 0.25 |
| Hex | 24 | 5A | 32 | 3C | 0 | 2C | 41 | 88 | 2B | 19 |
| Octal | 44 | 132 | 62 | 74 | 0 | 54 | 101 | 210 | 53 | 31 |
| Binary | 100100 | 1011010 | 110010 | 111100 | 0 | 101100 | 1000001 | 10001000 | 101011 | 11001 |
Color Harmonies of #245A32
Complementary color
Monochromatic Colors of #245A32
Black with #245A32
Text Example
Text Example
White with #245A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A32; }
p { color: rgb(36,90,50); }
H1.HeaderClassName
{
color: #245A32;
}
.AnyTagClassName
{
color: #245A32;
}
</style>
background-color css
<style>
a { background-color: #245A32; }
a { background-color: rgb(36,90,50); }
div.DivClassName
{
background-color: #245A32;
}
.BgClassName
{
background-color: #245A32;
}
</style>
border-color css
<style>
span { border-color: #245A32; }
span { border-color: rgb(36,90,50); }
td.TdClassName
{
border-color: #245A32;
}
.TagClassName
{
border-color: #245A32;
}
</style>