Shades of Timber Green #24482B
Tints of Timber Green #24482B
RGB
CMYK
RGB Variations
Color information
#24482B (or 0x24482B) is known color: Timber Green. HEX triplet: 24, 48 and 2B. RGB value is (36,72,43). Sum of RGB (Red+Green+Blue) = 36+72+43=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #24482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482B is #DBB7D4. Grayscale: #3A3A3A. Windows color (decimal): -14399445 or 2836516. OLE color: 2836516.
HSL color Cylindrical-coordinate representation of color #24482B: hue angle of 131.67º 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 #24482B is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 72 | 43 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.72 |
| HSL | 131.67º | 0.33% | 0.21% | - |
| HSV(B) | 131.67º | 0.5% | 0.28% | - |
| XYZ | 3.48 | 5.18 | 3.1 | - |
| YUV | 57.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 43 | 0.5 | 0 | 0.40 | 0.72 | 131.67 | 0.33 | 0.21 |
| Hex | 24 | 48 | 2B | 32 | 0 | 28 | 48 | 84 | 21 | 15 |
| Octal | 44 | 110 | 53 | 62 | 0 | 50 | 110 | 204 | 41 | 25 |
| Binary | 100100 | 1001000 | 101011 | 110010 | 0 | 101000 | 1001000 | 10000100 | 100001 | 10101 |
Color Harmonies of #24482B
Complementary color
Monochromatic Colors of #24482B
Black with #24482B
Text Example
Text Example
White with #24482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24482B; }
p { color: rgb(36,72,43); }
H1.HeaderClassName
{
color: #24482B;
}
.AnyTagClassName
{
color: #24482B;
}
</style>
background-color css
<style>
a { background-color: #24482B; }
a { background-color: rgb(36,72,43); }
div.DivClassName
{
background-color: #24482B;
}
.BgClassName
{
background-color: #24482B;
}
</style>
border-color css
<style>
span { border-color: #24482B; }
span { border-color: rgb(36,72,43); }
td.TdClassName
{
border-color: #24482B;
}
.TagClassName
{
border-color: #24482B;
}
</style>