Shades of Kaitoke Green #245933
Tints of Kaitoke Green #245933
RGB
CMYK
RGB Variations
Color information
#245933 (or 0x245933) is known color: Kaitoke Green. HEX triplet: 24, 59 and 33. RGB value is (36,89,51). Sum of RGB (Red+Green+Blue) = 36+89+51=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #245933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245933 is #DBA6CC. Grayscale: #444444. Windows color (decimal): -14395085 or 3365156. OLE color: 3365156.
HSL color Cylindrical-coordinate representation of color #245933: hue angle of 136.98º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245933 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 89 | 51 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.65 |
| HSL | 136.98º | 0.42% | 0.25% | - |
| HSV(B) | 136.98º | 0.6% | 0.35% | - |
| XYZ | 4.9 | 7.76 | 4.37 | - |
| YUV | 68.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 51 | 0.60 | 0 | 0.43 | 0.65 | 136.98 | 0.42 | 0.25 |
| Hex | 24 | 59 | 33 | 3C | 0 | 2B | 41 | 89 | 2A | 19 |
| Octal | 44 | 131 | 63 | 74 | 0 | 53 | 101 | 211 | 52 | 31 |
| Binary | 100100 | 1011001 | 110011 | 111100 | 0 | 101011 | 1000001 | 10001001 | 101010 | 11001 |
Color Harmonies of #245933
Complementary color
Monochromatic Colors of #245933
Black with #245933
Text Example
Text Example
White with #245933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245933; }
p { color: rgb(36,89,51); }
H1.HeaderClassName
{
color: #245933;
}
.AnyTagClassName
{
color: #245933;
}
</style>
background-color css
<style>
a { background-color: #245933; }
a { background-color: rgb(36,89,51); }
div.DivClassName
{
background-color: #245933;
}
.BgClassName
{
background-color: #245933;
}
</style>
border-color css
<style>
span { border-color: #245933; }
span { border-color: rgb(36,89,51); }
td.TdClassName
{
border-color: #245933;
}
.TagClassName
{
border-color: #245933;
}
</style>