Shades of Timber Green #244C2C
Tints of Timber Green #244C2C
RGB
CMYK
RGB Variations
Color information
#244C2C (or 0x244C2C) is known color: Timber Green. HEX triplet: 24, 4C and 2C. RGB value is (36,76,44). Sum of RGB (Red+Green+Blue) = 36+76+44=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #244C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C2C is #DBB3D3. Grayscale: #3C3C3C. Windows color (decimal): -14398420 or 2903076. OLE color: 2903076.
HSL color Cylindrical-coordinate representation of color #244C2C: hue angle of 132º 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 #244C2C is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 76 | 44 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.70 |
| HSL | 132º | 0.36% | 0.22% | - |
| HSV(B) | 132º | 0.53% | 0.3% | - |
| XYZ | 3.77 | 5.73 | 3.29 | - |
| YUV | 60.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 44 | 0.53 | 0 | 0.42 | 0.70 | 132 | 0.36 | 0.22 |
| Hex | 24 | 4C | 2C | 35 | 0 | 2A | 46 | 84 | 24 | 16 |
| Octal | 44 | 114 | 54 | 65 | 0 | 52 | 106 | 204 | 44 | 26 |
| Binary | 100100 | 1001100 | 101100 | 110101 | 0 | 101010 | 1000110 | 10000100 | 100100 | 10110 |
Color Harmonies of #244C2C
Complementary color
Monochromatic Colors of #244C2C
Black with #244C2C
Text Example
Text Example
White with #244C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C2C; }
p { color: rgb(36,76,44); }
H1.HeaderClassName
{
color: #244C2C;
}
.AnyTagClassName
{
color: #244C2C;
}
</style>
background-color css
<style>
a { background-color: #244C2C; }
a { background-color: rgb(36,76,44); }
div.DivClassName
{
background-color: #244C2C;
}
.BgClassName
{
background-color: #244C2C;
}
</style>
border-color css
<style>
span { border-color: #244C2C; }
span { border-color: rgb(36,76,44); }
td.TdClassName
{
border-color: #244C2C;
}
.TagClassName
{
border-color: #244C2C;
}
</style>