Shades of Kaitoke Green #245A38
Tints of Kaitoke Green #245A38
RGB
CMYK
RGB Variations
Color information
#245A38 (or 0x245A38) is known color: Kaitoke Green. HEX triplet: 24, 5A and 38. RGB value is (36,90,56). Sum of RGB (Red+Green+Blue) = 36+90+56=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #245A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A38 is #DBA5C7. Grayscale: #464646. Windows color (decimal): -14394824 or 3693092. OLE color: 3693092.
HSL color Cylindrical-coordinate representation of color #245A38: hue angle of 142.22º degrees, saturation: 0.43, 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 #245A38 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 56 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.65 |
| HSL | 142.22º | 0.43% | 0.25% | - |
| HSV(B) | 142.22º | 0.6% | 0.35% | - |
| XYZ | 5.1 | 7.97 | 5.01 | - |
| YUV | 69.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 56 | 0.60 | 0 | 0.38 | 0.65 | 142.22 | 0.43 | 0.25 |
| Hex | 24 | 5A | 38 | 3C | 0 | 26 | 41 | 8E | 2B | 19 |
| Octal | 44 | 132 | 70 | 74 | 0 | 46 | 101 | 216 | 53 | 31 |
| Binary | 100100 | 1011010 | 111000 | 111100 | 0 | 100110 | 1000001 | 10001110 | 101011 | 11001 |
Color Harmonies of #245A38
Complementary color
Monochromatic Colors of #245A38
Black with #245A38
Text Example
Text Example
White with #245A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A38; }
p { color: rgb(36,90,56); }
H1.HeaderClassName
{
color: #245A38;
}
.AnyTagClassName
{
color: #245A38;
}
</style>
background-color css
<style>
a { background-color: #245A38; }
a { background-color: rgb(36,90,56); }
div.DivClassName
{
background-color: #245A38;
}
.BgClassName
{
background-color: #245A38;
}
</style>
border-color css
<style>
span { border-color: #245A38; }
span { border-color: rgb(36,90,56); }
td.TdClassName
{
border-color: #245A38;
}
.TagClassName
{
border-color: #245A38;
}
</style>