Shades of Kaitoke Green #245237
Tints of Kaitoke Green #245237
RGB
CMYK
RGB Variations
Color information
#245237 (or 0x245237) is known color: Kaitoke Green. HEX triplet: 24, 52 and 37. RGB value is (36,82,55). Sum of RGB (Red+Green+Blue) = 36+82+55=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #245237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245237 is #DBADC8. Grayscale: #414141. Windows color (decimal): -14396873 or 3625508. OLE color: 3625508.
HSL color Cylindrical-coordinate representation of color #245237: hue angle of 144.78º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245237 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 55 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.68 |
| HSL | 144.78º | 0.39% | 0.23% | - |
| HSV(B) | 144.78º | 0.56% | 0.32% | - |
| XYZ | 4.43 | 6.69 | 4.67 | - |
| YUV | 65.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 55 | 0.56 | 0 | 0.33 | 0.68 | 144.78 | 0.39 | 0.23 |
| Hex | 24 | 52 | 37 | 38 | 0 | 21 | 44 | 91 | 27 | 17 |
| Octal | 44 | 122 | 67 | 70 | 0 | 41 | 104 | 221 | 47 | 27 |
| Binary | 100100 | 1010010 | 110111 | 111000 | 0 | 100001 | 1000100 | 10010001 | 100111 | 10111 |
Color Harmonies of #245237
Complementary color
Monochromatic Colors of #245237
Black with #245237
Text Example
Text Example
White with #245237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245237; }
p { color: rgb(36,82,55); }
H1.HeaderClassName
{
color: #245237;
}
.AnyTagClassName
{
color: #245237;
}
</style>
background-color css
<style>
a { background-color: #245237; }
a { background-color: rgb(36,82,55); }
div.DivClassName
{
background-color: #245237;
}
.BgClassName
{
background-color: #245237;
}
</style>
border-color css
<style>
span { border-color: #245237; }
span { border-color: rgb(36,82,55); }
td.TdClassName
{
border-color: #245237;
}
.TagClassName
{
border-color: #245237;
}
</style>