Shades of Timber Green #24462D
Tints of Timber Green #24462D
RGB
CMYK
RGB Variations
Color information
#24462D (or 0x24462D) is known color: Timber Green. HEX triplet: 24, 46 and 2D. RGB value is (36,70,45). Sum of RGB (Red+Green+Blue) = 36+70+45=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #24462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24462D is #DBB9D2. Grayscale: #393939. Windows color (decimal): -14399955 or 2967076. OLE color: 2967076.
HSL color Cylindrical-coordinate representation of color #24462D: hue angle of 135.88º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #24462D is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 70 | 45 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.73 |
| HSL | 135.88º | 0.32% | 0.21% | - |
| HSV(B) | 135.88º | 0.49% | 0.27% | - |
| XYZ | 3.39 | 4.94 | 3.26 | - |
| YUV | 56.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 45 | 0.49 | 0 | 0.36 | 0.73 | 135.88 | 0.32 | 0.21 |
| Hex | 24 | 46 | 2D | 31 | 0 | 24 | 49 | 88 | 20 | 15 |
| Octal | 44 | 106 | 55 | 61 | 0 | 44 | 111 | 210 | 40 | 25 |
| Binary | 100100 | 1000110 | 101101 | 110001 | 0 | 100100 | 1001001 | 10001000 | 100000 | 10101 |
Color Harmonies of #24462D
Complementary color
Monochromatic Colors of #24462D
Black with #24462D
Text Example
Text Example
White with #24462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24462D; }
p { color: rgb(36,70,45); }
H1.HeaderClassName
{
color: #24462D;
}
.AnyTagClassName
{
color: #24462D;
}
</style>
background-color css
<style>
a { background-color: #24462D; }
a { background-color: rgb(36,70,45); }
div.DivClassName
{
background-color: #24462D;
}
.BgClassName
{
background-color: #24462D;
}
</style>
border-color css
<style>
span { border-color: #24462D; }
span { border-color: rgb(36,70,45); }
td.TdClassName
{
border-color: #24462D;
}
.TagClassName
{
border-color: #24462D;
}
</style>