Shades of Kaitoke Green #245D36
Tints of Kaitoke Green #245D36
RGB
CMYK
RGB Variations
Color information
#245D36 (or 0x245D36) is known color: Kaitoke Green. HEX triplet: 24, 5D and 36. RGB value is (36,93,54). Sum of RGB (Red+Green+Blue) = 36+93+54=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #245D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D36 is #DBA2C9. Grayscale: #474747. Windows color (decimal): -14394058 or 3562788. OLE color: 3562788.
HSL color Cylindrical-coordinate representation of color #245D36: hue angle of 138.95º 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 #245D36 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 54 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.64 |
| HSL | 138.95º | 0.44% | 0.25% | - |
| HSV(B) | 138.95º | 0.61% | 0.36% | - |
| XYZ | 5.31 | 8.47 | 4.85 | - |
| YUV | 71.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 54 | 0.61 | 0 | 0.42 | 0.64 | 138.95 | 0.44 | 0.25 |
| Hex | 24 | 5D | 36 | 3D | 0 | 2A | 40 | 8B | 2C | 19 |
| Octal | 44 | 135 | 66 | 75 | 0 | 52 | 100 | 213 | 54 | 31 |
| Binary | 100100 | 1011101 | 110110 | 111101 | 0 | 101010 | 1000000 | 10001011 | 101100 | 11001 |
Color Harmonies of #245D36
Complementary color
Monochromatic Colors of #245D36
Black with #245D36
Text Example
Text Example
White with #245D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D36; }
p { color: rgb(36,93,54); }
H1.HeaderClassName
{
color: #245D36;
}
.AnyTagClassName
{
color: #245D36;
}
</style>
background-color css
<style>
a { background-color: #245D36; }
a { background-color: rgb(36,93,54); }
div.DivClassName
{
background-color: #245D36;
}
.BgClassName
{
background-color: #245D36;
}
</style>
border-color css
<style>
span { border-color: #245D36; }
span { border-color: rgb(36,93,54); }
td.TdClassName
{
border-color: #245D36;
}
.TagClassName
{
border-color: #245D36;
}
</style>