Shades of Kaitoke Green #244F2C
Tints of Kaitoke Green #244F2C
RGB
CMYK
RGB Variations
Color information
#244F2C (or 0x244F2C) is known color: Kaitoke Green. HEX triplet: 24, 4F and 2C. RGB value is (36,79,44). Sum of RGB (Red+Green+Blue) = 36+79+44=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #244F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244F2C is #DBB0D3. Grayscale: #3E3E3E. Windows color (decimal): -14397652 or 2903844. OLE color: 2903844.
HSL color Cylindrical-coordinate representation of color #244F2C: hue angle of 131.16º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244F2C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 79 | 44 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.69 |
| HSL | 131.16º | 0.37% | 0.23% | - |
| HSV(B) | 131.16º | 0.54% | 0.31% | - |
| XYZ | 3.98 | 6.15 | 3.36 | - |
| YUV | 62.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 79 | 44 | 0.54 | 0 | 0.44 | 0.69 | 131.16 | 0.37 | 0.23 |
| Hex | 24 | 4F | 2C | 36 | 0 | 2C | 45 | 83 | 25 | 17 |
| Octal | 44 | 117 | 54 | 66 | 0 | 54 | 105 | 203 | 45 | 27 |
| Binary | 100100 | 1001111 | 101100 | 110110 | 0 | 101100 | 1000101 | 10000011 | 100101 | 10111 |
Color Harmonies of #244F2C
Complementary color
Monochromatic Colors of #244F2C
Black with #244F2C
Text Example
Text Example
White with #244F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244F2C; }
p { color: rgb(36,79,44); }
H1.HeaderClassName
{
color: #244F2C;
}
.AnyTagClassName
{
color: #244F2C;
}
</style>
background-color css
<style>
a { background-color: #244F2C; }
a { background-color: rgb(36,79,44); }
div.DivClassName
{
background-color: #244F2C;
}
.BgClassName
{
background-color: #244F2C;
}
</style>
border-color css
<style>
span { border-color: #244F2C; }
span { border-color: rgb(36,79,44); }
td.TdClassName
{
border-color: #244F2C;
}
.TagClassName
{
border-color: #244F2C;
}
</style>