Shades of Kaitoke Green #245033
Tints of Kaitoke Green #245033
RGB
CMYK
RGB Variations
Color information
#245033 (or 0x245033) is known color: Kaitoke Green. HEX triplet: 24, 50 and 33. RGB value is (36,80,51). Sum of RGB (Red+Green+Blue) = 36+80+51=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #245033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245033 is #DBAFCC. Grayscale: #3F3F3F. Windows color (decimal): -14397389 or 3362852. OLE color: 3362852.
HSL color Cylindrical-coordinate representation of color #245033: hue angle of 140.45º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #245033 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 80 | 51 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.69 |
| HSL | 140.45º | 0.38% | 0.23% | - |
| HSV(B) | 140.45º | 0.55% | 0.31% | - |
| XYZ | 4.19 | 6.35 | 4.14 | - |
| YUV | 63.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 51 | 0.55 | 0 | 0.36 | 0.69 | 140.45 | 0.38 | 0.23 |
| Hex | 24 | 50 | 33 | 37 | 0 | 24 | 45 | 8C | 26 | 17 |
| Octal | 44 | 120 | 63 | 67 | 0 | 44 | 105 | 214 | 46 | 27 |
| Binary | 100100 | 1010000 | 110011 | 110111 | 0 | 100100 | 1000101 | 10001100 | 100110 | 10111 |
Color Harmonies of #245033
Complementary color
Monochromatic Colors of #245033
Black with #245033
Text Example
Text Example
White with #245033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245033; }
p { color: rgb(36,80,51); }
H1.HeaderClassName
{
color: #245033;
}
.AnyTagClassName
{
color: #245033;
}
</style>
background-color css
<style>
a { background-color: #245033; }
a { background-color: rgb(36,80,51); }
div.DivClassName
{
background-color: #245033;
}
.BgClassName
{
background-color: #245033;
}
</style>
border-color css
<style>
span { border-color: #245033; }
span { border-color: rgb(36,80,51); }
td.TdClassName
{
border-color: #245033;
}
.TagClassName
{
border-color: #245033;
}
</style>