Shades of Timber Green #24482C
Tints of Timber Green #24482C
RGB
CMYK
RGB Variations
Color information
#24482C (or 0x24482C) is known color: Timber Green. HEX triplet: 24, 48 and 2C. RGB value is (36,72,44). Sum of RGB (Red+Green+Blue) = 36+72+44=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #24482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482C is #DBB7D3. Grayscale: #3A3A3A. Windows color (decimal): -14399444 or 2902052. OLE color: 2902052.
HSL color Cylindrical-coordinate representation of color #24482C: hue angle of 133.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #24482C is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 72 | 44 | - |
| CMYK | 0.5 | 0 | 0.39 | 0.72 |
| HSL | 133.33º | 0.33% | 0.21% | - |
| HSV(B) | 133.33º | 0.5% | 0.28% | - |
| XYZ | 3.5 | 5.19 | 3.2 | - |
| YUV | 58.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 44 | 0.5 | 0 | 0.39 | 0.72 | 133.33 | 0.33 | 0.21 |
| Hex | 24 | 48 | 2C | 32 | 0 | 27 | 48 | 85 | 21 | 15 |
| Octal | 44 | 110 | 54 | 62 | 0 | 47 | 110 | 205 | 41 | 25 |
| Binary | 100100 | 1001000 | 101100 | 110010 | 0 | 100111 | 1001000 | 10000101 | 100001 | 10101 |
Color Harmonies of #24482C
Complementary color
Monochromatic Colors of #24482C
Black with #24482C
Text Example
Text Example
White with #24482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24482C; }
p { color: rgb(36,72,44); }
H1.HeaderClassName
{
color: #24482C;
}
.AnyTagClassName
{
color: #24482C;
}
</style>
background-color css
<style>
a { background-color: #24482C; }
a { background-color: rgb(36,72,44); }
div.DivClassName
{
background-color: #24482C;
}
.BgClassName
{
background-color: #24482C;
}
</style>
border-color css
<style>
span { border-color: #24482C; }
span { border-color: rgb(36,72,44); }
td.TdClassName
{
border-color: #24482C;
}
.TagClassName
{
border-color: #24482C;
}
</style>