Shades of Kaitoke Green #245D39
Tints of Kaitoke Green #245D39
RGB
CMYK
RGB Variations
Color information
#245D39 (or 0x245D39) is known color: Kaitoke Green. HEX triplet: 24, 5D and 39. RGB value is (36,93,57). Sum of RGB (Red+Green+Blue) = 36+93+57=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #245D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D39 is #DBA2C6. Grayscale: #474747. Windows color (decimal): -14394055 or 3759396. OLE color: 3759396.
HSL color Cylindrical-coordinate representation of color #245D39: hue angle of 142.11º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D39 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 57 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.64 |
| HSL | 142.11º | 0.44% | 0.25% | - |
| HSV(B) | 142.11º | 0.61% | 0.36% | - |
| XYZ | 5.38 | 8.5 | 5.23 | - |
| YUV | 71.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 57 | 0.61 | 0 | 0.39 | 0.64 | 142.11 | 0.44 | 0.25 |
| Hex | 24 | 5D | 39 | 3D | 0 | 27 | 40 | 8E | 2C | 19 |
| Octal | 44 | 135 | 71 | 75 | 0 | 47 | 100 | 216 | 54 | 31 |
| Binary | 100100 | 1011101 | 111001 | 111101 | 0 | 100111 | 1000000 | 10001110 | 101100 | 11001 |
Color Harmonies of #245D39
Complementary color
Monochromatic Colors of #245D39
Black with #245D39
Text Example
Text Example
White with #245D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D39; }
p { color: rgb(36,93,57); }
H1.HeaderClassName
{
color: #245D39;
}
.AnyTagClassName
{
color: #245D39;
}
</style>
background-color css
<style>
a { background-color: #245D39; }
a { background-color: rgb(36,93,57); }
div.DivClassName
{
background-color: #245D39;
}
.BgClassName
{
background-color: #245D39;
}
</style>
border-color css
<style>
span { border-color: #245D39; }
span { border-color: rgb(36,93,57); }
td.TdClassName
{
border-color: #245D39;
}
.TagClassName
{
border-color: #245D39;
}
</style>