Shades of Kaitoke Green #245438
Tints of Kaitoke Green #245438
RGB
CMYK
RGB Variations
Color information
#245438 (or 0x245438) is known color: Kaitoke Green. HEX triplet: 24, 54 and 38. RGB value is (36,84,56). Sum of RGB (Red+Green+Blue) = 36+84+56=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #245438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245438 is #DBABC7. Grayscale: #424242. Windows color (decimal): -14396360 or 3691556. OLE color: 3691556.
HSL color Cylindrical-coordinate representation of color #245438: hue angle of 145º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245438 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 56 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.67 |
| HSL | 145º | 0.4% | 0.24% | - |
| HSV(B) | 145º | 0.57% | 0.33% | - |
| XYZ | 4.61 | 7 | 4.85 | - |
| YUV | 66.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 56 | 0.57 | 0 | 0.33 | 0.67 | 145 | 0.4 | 0.24 |
| Hex | 24 | 54 | 38 | 39 | 0 | 21 | 43 | 91 | 28 | 18 |
| Octal | 44 | 124 | 70 | 71 | 0 | 41 | 103 | 221 | 50 | 30 |
| Binary | 100100 | 1010100 | 111000 | 111001 | 0 | 100001 | 1000011 | 10010001 | 101000 | 11000 |
Color Harmonies of #245438
Complementary color
Monochromatic Colors of #245438
Black with #245438
Text Example
Text Example
White with #245438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245438; }
p { color: rgb(36,84,56); }
H1.HeaderClassName
{
color: #245438;
}
.AnyTagClassName
{
color: #245438;
}
</style>
background-color css
<style>
a { background-color: #245438; }
a { background-color: rgb(36,84,56); }
div.DivClassName
{
background-color: #245438;
}
.BgClassName
{
background-color: #245438;
}
</style>
border-color css
<style>
span { border-color: #245438; }
span { border-color: rgb(36,84,56); }
td.TdClassName
{
border-color: #245438;
}
.TagClassName
{
border-color: #245438;
}
</style>