Shades of Kaitoke Green #244D31
Tints of Kaitoke Green #244D31
RGB
CMYK
RGB Variations
Color information
#244D31 (or 0x244D31) is known color: Kaitoke Green. HEX triplet: 24, 4D and 31. RGB value is (36,77,49). Sum of RGB (Red+Green+Blue) = 36+77+49=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #244D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D31 is #DBB2CE. Grayscale: #3D3D3D. Windows color (decimal): -14398159 or 3231012. OLE color: 3231012.
HSL color Cylindrical-coordinate representation of color #244D31: hue angle of 139.02º 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 #244D31 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 77 | 49 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.70 |
| HSL | 139.02º | 0.36% | 0.22% | - |
| HSV(B) | 139.02º | 0.53% | 0.3% | - |
| XYZ | 3.94 | 5.9 | 3.84 | - |
| YUV | 61.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 49 | 0.53 | 0 | 0.36 | 0.70 | 139.02 | 0.36 | 0.22 |
| Hex | 24 | 4D | 31 | 35 | 0 | 24 | 46 | 8B | 24 | 16 |
| Octal | 44 | 115 | 61 | 65 | 0 | 44 | 106 | 213 | 44 | 26 |
| Binary | 100100 | 1001101 | 110001 | 110101 | 0 | 100100 | 1000110 | 10001011 | 100100 | 10110 |
Color Harmonies of #244D31
Complementary color
Monochromatic Colors of #244D31
Black with #244D31
Text Example
Text Example
White with #244D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D31; }
p { color: rgb(36,77,49); }
H1.HeaderClassName
{
color: #244D31;
}
.AnyTagClassName
{
color: #244D31;
}
</style>
background-color css
<style>
a { background-color: #244D31; }
a { background-color: rgb(36,77,49); }
div.DivClassName
{
background-color: #244D31;
}
.BgClassName
{
background-color: #244D31;
}
</style>
border-color css
<style>
span { border-color: #244D31; }
span { border-color: rgb(36,77,49); }
td.TdClassName
{
border-color: #244D31;
}
.TagClassName
{
border-color: #244D31;
}
</style>