Shades of Kaitoke Green #245B34
Tints of Kaitoke Green #245B34
RGB
CMYK
RGB Variations
Color information
#245B34 (or 0x245B34) is known color: Kaitoke Green. HEX triplet: 24, 5B and 34. RGB value is (36,91,52). Sum of RGB (Red+Green+Blue) = 36+91+52=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #245B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B34 is #DBA4CB. Grayscale: #464646. Windows color (decimal): -14394572 or 3431204. OLE color: 3431204.
HSL color Cylindrical-coordinate representation of color #245B34: hue angle of 137.45º 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 #245B34 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 52 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.64 |
| HSL | 137.45º | 0.43% | 0.25% | - |
| HSV(B) | 137.45º | 0.6% | 0.36% | - |
| XYZ | 5.09 | 8.11 | 4.55 | - |
| YUV | 70.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 52 | 0.60 | 0 | 0.43 | 0.64 | 137.45 | 0.43 | 0.25 |
| Hex | 24 | 5B | 34 | 3C | 0 | 2B | 40 | 89 | 2B | 19 |
| Octal | 44 | 133 | 64 | 74 | 0 | 53 | 100 | 211 | 53 | 31 |
| Binary | 100100 | 1011011 | 110100 | 111100 | 0 | 101011 | 1000000 | 10001001 | 101011 | 11001 |
Color Harmonies of #245B34
Complementary color
Monochromatic Colors of #245B34
Black with #245B34
Text Example
Text Example
White with #245B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B34; }
p { color: rgb(36,91,52); }
H1.HeaderClassName
{
color: #245B34;
}
.AnyTagClassName
{
color: #245B34;
}
</style>
background-color css
<style>
a { background-color: #245B34; }
a { background-color: rgb(36,91,52); }
div.DivClassName
{
background-color: #245B34;
}
.BgClassName
{
background-color: #245B34;
}
</style>
border-color css
<style>
span { border-color: #245B34; }
span { border-color: rgb(36,91,52); }
td.TdClassName
{
border-color: #245B34;
}
.TagClassName
{
border-color: #245B34;
}
</style>