Shades of Kaitoke Green #244C31
Tints of Kaitoke Green #244C31
RGB
CMYK
RGB Variations
Color information
#244C31 (or 0x244C31) is known color: Kaitoke Green. HEX triplet: 24, 4C and 31. RGB value is (36,76,49). Sum of RGB (Red+Green+Blue) = 36+76+49=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #244C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C31 is #DBB3CE. Grayscale: #3D3D3D. Windows color (decimal): -14398415 or 3230756. OLE color: 3230756.
HSL color Cylindrical-coordinate representation of color #244C31: hue angle of 139.5º 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 #244C31 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 76 | 49 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.70 |
| HSL | 139.5º | 0.36% | 0.22% | - |
| HSV(B) | 139.5º | 0.53% | 0.3% | - |
| XYZ | 3.87 | 5.77 | 3.81 | - |
| YUV | 60.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 49 | 0.53 | 0 | 0.36 | 0.70 | 139.5 | 0.36 | 0.22 |
| Hex | 24 | 4C | 31 | 35 | 0 | 24 | 46 | 8C | 24 | 16 |
| Octal | 44 | 114 | 61 | 65 | 0 | 44 | 106 | 214 | 44 | 26 |
| Binary | 100100 | 1001100 | 110001 | 110101 | 0 | 100100 | 1000110 | 10001100 | 100100 | 10110 |
Color Harmonies of #244C31
Complementary color
Monochromatic Colors of #244C31
Black with #244C31
Text Example
Text Example
White with #244C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C31; }
p { color: rgb(36,76,49); }
H1.HeaderClassName
{
color: #244C31;
}
.AnyTagClassName
{
color: #244C31;
}
</style>
background-color css
<style>
a { background-color: #244C31; }
a { background-color: rgb(36,76,49); }
div.DivClassName
{
background-color: #244C31;
}
.BgClassName
{
background-color: #244C31;
}
</style>
border-color css
<style>
span { border-color: #244C31; }
span { border-color: rgb(36,76,49); }
td.TdClassName
{
border-color: #244C31;
}
.TagClassName
{
border-color: #244C31;
}
</style>