Shades of Kaitoke Green #245A31
Tints of Kaitoke Green #245A31
RGB
CMYK
RGB Variations
Color information
#245A31 (or 0x245A31) is known color: Kaitoke Green. HEX triplet: 24, 5A and 31. RGB value is (36,90,49). Sum of RGB (Red+Green+Blue) = 36+90+49=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #245A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A31 is #DBA5CE. Grayscale: #454545. Windows color (decimal): -14394831 or 3234340. OLE color: 3234340.
HSL color Cylindrical-coordinate representation of color #245A31: hue angle of 134.44º 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 #245A31 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 49 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.65 |
| HSL | 134.44º | 0.43% | 0.25% | - |
| HSV(B) | 134.44º | 0.6% | 0.35% | - |
| XYZ | 4.94 | 7.91 | 4.17 | - |
| YUV | 69.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 49 | 0.60 | 0 | 0.46 | 0.65 | 134.44 | 0.43 | 0.25 |
| Hex | 24 | 5A | 31 | 3C | 0 | 2E | 41 | 86 | 2B | 19 |
| Octal | 44 | 132 | 61 | 74 | 0 | 56 | 101 | 206 | 53 | 31 |
| Binary | 100100 | 1011010 | 110001 | 111100 | 0 | 101110 | 1000001 | 10000110 | 101011 | 11001 |
Color Harmonies of #245A31
Complementary color
Monochromatic Colors of #245A31
Black with #245A31
Text Example
Text Example
White with #245A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A31; }
p { color: rgb(36,90,49); }
H1.HeaderClassName
{
color: #245A31;
}
.AnyTagClassName
{
color: #245A31;
}
</style>
background-color css
<style>
a { background-color: #245A31; }
a { background-color: rgb(36,90,49); }
div.DivClassName
{
background-color: #245A31;
}
.BgClassName
{
background-color: #245A31;
}
</style>
border-color css
<style>
span { border-color: #245A31; }
span { border-color: rgb(36,90,49); }
td.TdClassName
{
border-color: #245A31;
}
.TagClassName
{
border-color: #245A31;
}
</style>