Shades of Timber Green #25462F
Tints of Timber Green #25462F
RGB
CMYK
RGB Variations
Color information
#25462F (or 0x25462F) is known color: Timber Green. HEX triplet: 25, 46 and 2F. RGB value is (37,70,47). Sum of RGB (Red+Green+Blue) = 37+70+47=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #25462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25462F is #DAB9D0. Grayscale: #393939. Windows color (decimal): -14334417 or 3098149. OLE color: 3098149.
HSL color Cylindrical-coordinate representation of color #25462F: hue angle of 138.18º 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 #25462F is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 70 | 47 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.73 |
| HSL | 138.18º | 0.31% | 0.21% | - |
| HSV(B) | 138.18º | 0.47% | 0.27% | - |
| XYZ | 3.47 | 4.98 | 3.47 | - |
| YUV | 57.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 47 | 0.47 | 0 | 0.33 | 0.73 | 138.18 | 0.31 | 0.21 |
| Hex | 25 | 46 | 2F | 2F | 0 | 21 | 49 | 8A | 1F | 15 |
| Octal | 45 | 106 | 57 | 57 | 0 | 41 | 111 | 212 | 37 | 25 |
| Binary | 100101 | 1000110 | 101111 | 101111 | 0 | 100001 | 1001001 | 10001010 | 11111 | 10101 |
Color Harmonies of #25462F
Complementary color
Monochromatic Colors of #25462F
Black with #25462F
Text Example
Text Example
White with #25462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25462F; }
p { color: rgb(37,70,47); }
H1.HeaderClassName
{
color: #25462F;
}
.AnyTagClassName
{
color: #25462F;
}
</style>
background-color css
<style>
a { background-color: #25462F; }
a { background-color: rgb(37,70,47); }
div.DivClassName
{
background-color: #25462F;
}
.BgClassName
{
background-color: #25462F;
}
</style>
border-color css
<style>
span { border-color: #25462F; }
span { border-color: rgb(37,70,47); }
td.TdClassName
{
border-color: #25462F;
}
.TagClassName
{
border-color: #25462F;
}
</style>