Shades of Kaitoke Green #244D32
Tints of Kaitoke Green #244D32
RGB
CMYK
RGB Variations
Color information
#244D32 (or 0x244D32) is known color: Kaitoke Green. HEX triplet: 24, 4D and 32. RGB value is (36,77,50). Sum of RGB (Red+Green+Blue) = 36+77+50=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #244D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D32 is #DBB2CD. Grayscale: #3D3D3D. Windows color (decimal): -14398158 or 3296548. OLE color: 3296548.
HSL color Cylindrical-coordinate representation of color #244D32: hue angle of 140.49º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244D32 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 77 | 50 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.70 |
| HSL | 140.49º | 0.36% | 0.22% | - |
| HSV(B) | 140.49º | 0.53% | 0.3% | - |
| XYZ | 3.96 | 5.91 | 3.95 | - |
| YUV | 61.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 50 | 0.53 | 0 | 0.35 | 0.70 | 140.49 | 0.36 | 0.22 |
| Hex | 24 | 4D | 32 | 35 | 0 | 23 | 46 | 8C | 24 | 16 |
| Octal | 44 | 115 | 62 | 65 | 0 | 43 | 106 | 214 | 44 | 26 |
| Binary | 100100 | 1001101 | 110010 | 110101 | 0 | 100011 | 1000110 | 10001100 | 100100 | 10110 |
Color Harmonies of #244D32
Complementary color
Monochromatic Colors of #244D32
Black with #244D32
Text Example
Text Example
White with #244D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D32; }
p { color: rgb(36,77,50); }
H1.HeaderClassName
{
color: #244D32;
}
.AnyTagClassName
{
color: #244D32;
}
</style>
background-color css
<style>
a { background-color: #244D32; }
a { background-color: rgb(36,77,50); }
div.DivClassName
{
background-color: #244D32;
}
.BgClassName
{
background-color: #244D32;
}
</style>
border-color css
<style>
span { border-color: #244D32; }
span { border-color: rgb(36,77,50); }
td.TdClassName
{
border-color: #244D32;
}
.TagClassName
{
border-color: #244D32;
}
</style>