Shades of Timber Green #24482D
Tints of Timber Green #24482D
RGB
CMYK
RGB Variations
Color information
#24482D (or 0x24482D) is known color: Timber Green. HEX triplet: 24, 48 and 2D. RGB value is (36,72,45). Sum of RGB (Red+Green+Blue) = 36+72+45=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #24482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482D is #DBB7D2. Grayscale: #3A3A3A. Windows color (decimal): -14399443 or 2967588. OLE color: 2967588.
HSL color Cylindrical-coordinate representation of color #24482D: hue angle of 135º 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 #24482D is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 72 | 45 | - |
| CMYK | 0.5 | 0 | 0.38 | 0.72 |
| HSL | 135º | 0.33% | 0.21% | - |
| HSV(B) | 135º | 0.5% | 0.28% | - |
| XYZ | 3.52 | 5.2 | 3.3 | - |
| YUV | 58.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 45 | 0.5 | 0 | 0.38 | 0.72 | 135 | 0.33 | 0.21 |
| Hex | 24 | 48 | 2D | 32 | 0 | 26 | 48 | 87 | 21 | 15 |
| Octal | 44 | 110 | 55 | 62 | 0 | 46 | 110 | 207 | 41 | 25 |
| Binary | 100100 | 1001000 | 101101 | 110010 | 0 | 100110 | 1001000 | 10000111 | 100001 | 10101 |
Color Harmonies of #24482D
Complementary color
Monochromatic Colors of #24482D
Black with #24482D
Text Example
Text Example
White with #24482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24482D; }
p { color: rgb(36,72,45); }
H1.HeaderClassName
{
color: #24482D;
}
.AnyTagClassName
{
color: #24482D;
}
</style>
background-color css
<style>
a { background-color: #24482D; }
a { background-color: rgb(36,72,45); }
div.DivClassName
{
background-color: #24482D;
}
.BgClassName
{
background-color: #24482D;
}
</style>
border-color css
<style>
span { border-color: #24482D; }
span { border-color: rgb(36,72,45); }
td.TdClassName
{
border-color: #24482D;
}
.TagClassName
{
border-color: #24482D;
}
</style>