Shades of Kaitoke Green #245730
Tints of Kaitoke Green #245730
RGB
CMYK
RGB Variations
Color information
#245730 (or 0x245730) is known color: Kaitoke Green. HEX triplet: 24, 57 and 30. RGB value is (36,87,48). Sum of RGB (Red+Green+Blue) = 36+87+48=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #245730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245730 is #DBA8CF. Grayscale: #434343. Windows color (decimal): -14395600 or 3168036. OLE color: 3168036.
HSL color Cylindrical-coordinate representation of color #245730: hue angle of 134.12º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245730 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 87 | 48 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.66 |
| HSL | 134.12º | 0.41% | 0.24% | - |
| HSV(B) | 134.12º | 0.59% | 0.34% | - |
| XYZ | 4.67 | 7.4 | 3.98 | - |
| YUV | 67.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 87 | 48 | 0.59 | 0 | 0.45 | 0.66 | 134.12 | 0.41 | 0.24 |
| Hex | 24 | 57 | 30 | 3B | 0 | 2D | 42 | 86 | 29 | 18 |
| Octal | 44 | 127 | 60 | 73 | 0 | 55 | 102 | 206 | 51 | 30 |
| Binary | 100100 | 1010111 | 110000 | 111011 | 0 | 101101 | 1000010 | 10000110 | 101001 | 11000 |
Color Harmonies of #245730
Complementary color
Monochromatic Colors of #245730
Black with #245730
Text Example
Text Example
White with #245730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245730; }
p { color: rgb(36,87,48); }
H1.HeaderClassName
{
color: #245730;
}
.AnyTagClassName
{
color: #245730;
}
</style>
background-color css
<style>
a { background-color: #245730; }
a { background-color: rgb(36,87,48); }
div.DivClassName
{
background-color: #245730;
}
.BgClassName
{
background-color: #245730;
}
</style>
border-color css
<style>
span { border-color: #245730; }
span { border-color: rgb(36,87,48); }
td.TdClassName
{
border-color: #245730;
}
.TagClassName
{
border-color: #245730;
}
</style>