Shades of Kaitoke Green #244C2F
Tints of Kaitoke Green #244C2F
RGB
CMYK
RGB Variations
Color information
#244C2F (or 0x244C2F) is known color: Kaitoke Green. HEX triplet: 24, 4C and 2F. RGB value is (36,76,47). Sum of RGB (Red+Green+Blue) = 36+76+47=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #244C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C2F is #DBB3D0. Grayscale: #3C3C3C. Windows color (decimal): -14398417 or 3099684. OLE color: 3099684.
HSL color Cylindrical-coordinate representation of color #244C2F: hue angle of 136.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 #244C2F is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 76 | 47 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.70 |
| HSL | 136.5º | 0.36% | 0.22% | - |
| HSV(B) | 136.5º | 0.53% | 0.3% | - |
| XYZ | 3.83 | 5.75 | 3.6 | - |
| YUV | 60.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 47 | 0.53 | 0 | 0.38 | 0.70 | 136.5 | 0.36 | 0.22 |
| Hex | 24 | 4C | 2F | 35 | 0 | 26 | 46 | 88 | 24 | 16 |
| Octal | 44 | 114 | 57 | 65 | 0 | 46 | 106 | 210 | 44 | 26 |
| Binary | 100100 | 1001100 | 101111 | 110101 | 0 | 100110 | 1000110 | 10001000 | 100100 | 10110 |
Color Harmonies of #244C2F
Complementary color
Monochromatic Colors of #244C2F
Black with #244C2F
Text Example
Text Example
White with #244C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C2F; }
p { color: rgb(36,76,47); }
H1.HeaderClassName
{
color: #244C2F;
}
.AnyTagClassName
{
color: #244C2F;
}
</style>
background-color css
<style>
a { background-color: #244C2F; }
a { background-color: rgb(36,76,47); }
div.DivClassName
{
background-color: #244C2F;
}
.BgClassName
{
background-color: #244C2F;
}
</style>
border-color css
<style>
span { border-color: #244C2F; }
span { border-color: rgb(36,76,47); }
td.TdClassName
{
border-color: #244C2F;
}
.TagClassName
{
border-color: #244C2F;
}
</style>