Shades of Kaitoke Green #244B2D
Tints of Kaitoke Green #244B2D
RGB
CMYK
RGB Variations
Color information
#244B2D (or 0x244B2D) is known color: Kaitoke Green. HEX triplet: 24, 4B and 2D. RGB value is (36,75,45). Sum of RGB (Red+Green+Blue) = 36+75+45=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #244B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244B2D is #DBB4D2. Grayscale: #3C3C3C. Windows color (decimal): -14398675 or 2968356. OLE color: 2968356.
HSL color Cylindrical-coordinate representation of color #244B2D: hue angle of 133.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #244B2D is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 75 | 45 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.71 |
| HSL | 133.85º | 0.35% | 0.22% | - |
| HSV(B) | 133.85º | 0.52% | 0.29% | - |
| XYZ | 3.72 | 5.6 | 3.37 | - |
| YUV | 59.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 45 | 0.52 | 0 | 0.40 | 0.71 | 133.85 | 0.35 | 0.22 |
| Hex | 24 | 4B | 2D | 34 | 0 | 28 | 47 | 86 | 23 | 16 |
| Octal | 44 | 113 | 55 | 64 | 0 | 50 | 107 | 206 | 43 | 26 |
| Binary | 100100 | 1001011 | 101101 | 110100 | 0 | 101000 | 1000111 | 10000110 | 100011 | 10110 |
Color Harmonies of #244B2D
Complementary color
Monochromatic Colors of #244B2D
Black with #244B2D
Text Example
Text Example
White with #244B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244B2D; }
p { color: rgb(36,75,45); }
H1.HeaderClassName
{
color: #244B2D;
}
.AnyTagClassName
{
color: #244B2D;
}
</style>
background-color css
<style>
a { background-color: #244B2D; }
a { background-color: rgb(36,75,45); }
div.DivClassName
{
background-color: #244B2D;
}
.BgClassName
{
background-color: #244B2D;
}
</style>
border-color css
<style>
span { border-color: #244B2D; }
span { border-color: rgb(36,75,45); }
td.TdClassName
{
border-color: #244B2D;
}
.TagClassName
{
border-color: #244B2D;
}
</style>