Shades of Kaitoke Green #244D2D
Tints of Kaitoke Green #244D2D
RGB
CMYK
RGB Variations
Color information
#244D2D (or 0x244D2D) is known color: Kaitoke Green. HEX triplet: 24, 4D and 2D. RGB value is (36,77,45). Sum of RGB (Red+Green+Blue) = 36+77+45=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #244D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D2D is #DBB2D2. Grayscale: #3D3D3D. Windows color (decimal): -14398163 or 2968868. OLE color: 2968868.
HSL color Cylindrical-coordinate representation of color #244D2D: hue angle of 133.17º 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 #244D2D is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 77 | 45 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.70 |
| HSL | 133.17º | 0.36% | 0.22% | - |
| HSV(B) | 133.17º | 0.53% | 0.3% | - |
| XYZ | 3.86 | 5.87 | 3.41 | - |
| YUV | 61.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 45 | 0.53 | 0 | 0.42 | 0.70 | 133.17 | 0.36 | 0.22 |
| Hex | 24 | 4D | 2D | 35 | 0 | 2A | 46 | 85 | 24 | 16 |
| Octal | 44 | 115 | 55 | 65 | 0 | 52 | 106 | 205 | 44 | 26 |
| Binary | 100100 | 1001101 | 101101 | 110101 | 0 | 101010 | 1000110 | 10000101 | 100100 | 10110 |
Color Harmonies of #244D2D
Complementary color
Monochromatic Colors of #244D2D
Black with #244D2D
Text Example
Text Example
White with #244D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D2D; }
p { color: rgb(36,77,45); }
H1.HeaderClassName
{
color: #244D2D;
}
.AnyTagClassName
{
color: #244D2D;
}
</style>
background-color css
<style>
a { background-color: #244D2D; }
a { background-color: rgb(36,77,45); }
div.DivClassName
{
background-color: #244D2D;
}
.BgClassName
{
background-color: #244D2D;
}
</style>
border-color css
<style>
span { border-color: #244D2D; }
span { border-color: rgb(36,77,45); }
td.TdClassName
{
border-color: #244D2D;
}
.TagClassName
{
border-color: #244D2D;
}
</style>