Shades of Timber Green #25462C
Tints of Timber Green #25462C
RGB
CMYK
RGB Variations
Color information
#25462C (or 0x25462C) is known color: Timber Green. HEX triplet: 25, 46 and 2C. RGB value is (37,70,44). Sum of RGB (Red+Green+Blue) = 37+70+44=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #25462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25462C is #DAB9D3. Grayscale: #393939. Windows color (decimal): -14334420 or 2901541. OLE color: 2901541.
HSL color Cylindrical-coordinate representation of color #25462C: hue angle of 132.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25462C is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 70 | 44 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.73 |
| HSL | 132.73º | 0.31% | 0.21% | - |
| HSV(B) | 132.73º | 0.47% | 0.27% | - |
| XYZ | 3.41 | 4.96 | 3.16 | - |
| YUV | 57.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 44 | 0.47 | 0 | 0.37 | 0.73 | 132.73 | 0.31 | 0.21 |
| Hex | 25 | 46 | 2C | 2F | 0 | 25 | 49 | 85 | 1F | 15 |
| Octal | 45 | 106 | 54 | 57 | 0 | 45 | 111 | 205 | 37 | 25 |
| Binary | 100101 | 1000110 | 101100 | 101111 | 0 | 100101 | 1001001 | 10000101 | 11111 | 10101 |
Color Harmonies of #25462C
Complementary color
Monochromatic Colors of #25462C
Black with #25462C
Text Example
Text Example
White with #25462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25462C; }
p { color: rgb(37,70,44); }
H1.HeaderClassName
{
color: #25462C;
}
.AnyTagClassName
{
color: #25462C;
}
</style>
background-color css
<style>
a { background-color: #25462C; }
a { background-color: rgb(37,70,44); }
div.DivClassName
{
background-color: #25462C;
}
.BgClassName
{
background-color: #25462C;
}
</style>
border-color css
<style>
span { border-color: #25462C; }
span { border-color: rgb(37,70,44); }
td.TdClassName
{
border-color: #25462C;
}
.TagClassName
{
border-color: #25462C;
}
</style>