Shades of Kaitoke Green #244C2E
Tints of Kaitoke Green #244C2E
RGB
CMYK
RGB Variations
Color information
#244C2E (or 0x244C2E) is known color: Kaitoke Green. HEX triplet: 24, 4C and 2E. RGB value is (36,76,46). Sum of RGB (Red+Green+Blue) = 36+76+46=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #244C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C2E is #DBB3D1. Grayscale: #3C3C3C. Windows color (decimal): -14398418 or 3034148. OLE color: 3034148.
HSL color Cylindrical-coordinate representation of color #244C2E: hue angle of 135º 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 #244C2E is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 76 | 46 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.70 |
| HSL | 135º | 0.36% | 0.22% | - |
| HSV(B) | 135º | 0.53% | 0.3% | - |
| XYZ | 3.81 | 5.74 | 3.49 | - |
| YUV | 60.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 46 | 0.53 | 0 | 0.39 | 0.70 | 135 | 0.36 | 0.22 |
| Hex | 24 | 4C | 2E | 35 | 0 | 27 | 46 | 87 | 24 | 16 |
| Octal | 44 | 114 | 56 | 65 | 0 | 47 | 106 | 207 | 44 | 26 |
| Binary | 100100 | 1001100 | 101110 | 110101 | 0 | 100111 | 1000110 | 10000111 | 100100 | 10110 |
Color Harmonies of #244C2E
Complementary color
Monochromatic Colors of #244C2E
Black with #244C2E
Text Example
Text Example
White with #244C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C2E; }
p { color: rgb(36,76,46); }
H1.HeaderClassName
{
color: #244C2E;
}
.AnyTagClassName
{
color: #244C2E;
}
</style>
background-color css
<style>
a { background-color: #244C2E; }
a { background-color: rgb(36,76,46); }
div.DivClassName
{
background-color: #244C2E;
}
.BgClassName
{
background-color: #244C2E;
}
</style>
border-color css
<style>
span { border-color: #244C2E; }
span { border-color: rgb(36,76,46); }
td.TdClassName
{
border-color: #244C2E;
}
.TagClassName
{
border-color: #244C2E;
}
</style>