Shades of Kaitoke Green #245B33
Tints of Kaitoke Green #245B33
RGB
CMYK
RGB Variations
Color information
#245B33 (or 0x245B33) is known color: Kaitoke Green. HEX triplet: 24, 5B and 33. RGB value is (36,91,51). Sum of RGB (Red+Green+Blue) = 36+91+51=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #245B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B33 is #DBA4CC. Grayscale: #464646. Windows color (decimal): -14394573 or 3365668. OLE color: 3365668.
HSL color Cylindrical-coordinate representation of color #245B33: hue angle of 136.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B33 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 51 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.64 |
| HSL | 136.36º | 0.43% | 0.25% | - |
| HSV(B) | 136.36º | 0.6% | 0.36% | - |
| XYZ | 5.07 | 8.1 | 4.43 | - |
| YUV | 70 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 51 | 0.60 | 0 | 0.44 | 0.64 | 136.36 | 0.43 | 0.25 |
| Hex | 24 | 5B | 33 | 3C | 0 | 2C | 40 | 88 | 2B | 19 |
| Octal | 44 | 133 | 63 | 74 | 0 | 54 | 100 | 210 | 53 | 31 |
| Binary | 100100 | 1011011 | 110011 | 111100 | 0 | 101100 | 1000000 | 10001000 | 101011 | 11001 |
Color Harmonies of #245B33
Complementary color
Monochromatic Colors of #245B33
Black with #245B33
Text Example
Text Example
White with #245B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B33; }
p { color: rgb(36,91,51); }
H1.HeaderClassName
{
color: #245B33;
}
.AnyTagClassName
{
color: #245B33;
}
</style>
background-color css
<style>
a { background-color: #245B33; }
a { background-color: rgb(36,91,51); }
div.DivClassName
{
background-color: #245B33;
}
.BgClassName
{
background-color: #245B33;
}
</style>
border-color css
<style>
span { border-color: #245B33; }
span { border-color: rgb(36,91,51); }
td.TdClassName
{
border-color: #245B33;
}
.TagClassName
{
border-color: #245B33;
}
</style>