Shades of Kaitoke Green #24482E
Tints of Kaitoke Green #24482E
RGB
CMYK
RGB Variations
Color information
#24482E (or 0x24482E) is known color: Kaitoke Green. HEX triplet: 24, 48 and 2E. RGB value is (36,72,46). Sum of RGB (Red+Green+Blue) = 36+72+46=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #24482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482E is #DBB7D1. Grayscale: #3A3A3A. Windows color (decimal): -14399442 or 3033124. OLE color: 3033124.
HSL color Cylindrical-coordinate representation of color #24482E: hue angle of 136.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #24482E is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 72 | 46 | - |
| CMYK | 0.5 | 0 | 0.36 | 0.72 |
| HSL | 136.67º | 0.33% | 0.21% | - |
| HSV(B) | 136.67º | 0.5% | 0.28% | - |
| XYZ | 3.54 | 5.21 | 3.4 | - |
| YUV | 58.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 46 | 0.5 | 0 | 0.36 | 0.72 | 136.67 | 0.33 | 0.21 |
| Hex | 24 | 48 | 2E | 32 | 0 | 24 | 48 | 89 | 21 | 15 |
| Octal | 44 | 110 | 56 | 62 | 0 | 44 | 110 | 211 | 41 | 25 |
| Binary | 100100 | 1001000 | 101110 | 110010 | 0 | 100100 | 1001000 | 10001001 | 100001 | 10101 |
Color Harmonies of #24482E
Complementary color
Monochromatic Colors of #24482E
Black with #24482E
Text Example
Text Example
White with #24482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24482E; }
p { color: rgb(36,72,46); }
H1.HeaderClassName
{
color: #24482E;
}
.AnyTagClassName
{
color: #24482E;
}
</style>
background-color css
<style>
a { background-color: #24482E; }
a { background-color: rgb(36,72,46); }
div.DivClassName
{
background-color: #24482E;
}
.BgClassName
{
background-color: #24482E;
}
</style>
border-color css
<style>
span { border-color: #24482E; }
span { border-color: rgb(36,72,46); }
td.TdClassName
{
border-color: #24482E;
}
.TagClassName
{
border-color: #24482E;
}
</style>