Shades of Timber Green #25452E
Tints of Timber Green #25452E
RGB
CMYK
RGB Variations
Color information
#25452E (or 0x25452E) is known color: Timber Green. HEX triplet: 25, 45 and 2E. RGB value is (37,69,46). Sum of RGB (Red+Green+Blue) = 37+69+46=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #25452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25452E is #DABAD1. Grayscale: #383838. Windows color (decimal): -14334674 or 3032357. OLE color: 3032357.
HSL color Cylindrical-coordinate representation of color #25452E: hue angle of 136.88º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #25452E is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 46 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.73 |
| HSL | 136.88º | 0.3% | 0.21% | - |
| HSV(B) | 136.88º | 0.46% | 0.27% | - |
| XYZ | 3.38 | 4.85 | 3.34 | - |
| YUV | 56.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 46 | 0.46 | 0 | 0.33 | 0.73 | 136.88 | 0.3 | 0.21 |
| Hex | 25 | 45 | 2E | 2E | 0 | 21 | 49 | 89 | 1E | 15 |
| Octal | 45 | 105 | 56 | 56 | 0 | 41 | 111 | 211 | 36 | 25 |
| Binary | 100101 | 1000101 | 101110 | 101110 | 0 | 100001 | 1001001 | 10001001 | 11110 | 10101 |
Color Harmonies of #25452E
Complementary color
Monochromatic Colors of #25452E
Black with #25452E
Text Example
Text Example
White with #25452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25452E; }
p { color: rgb(37,69,46); }
H1.HeaderClassName
{
color: #25452E;
}
.AnyTagClassName
{
color: #25452E;
}
</style>
background-color css
<style>
a { background-color: #25452E; }
a { background-color: rgb(37,69,46); }
div.DivClassName
{
background-color: #25452E;
}
.BgClassName
{
background-color: #25452E;
}
</style>
border-color css
<style>
span { border-color: #25452E; }
span { border-color: rgb(37,69,46); }
td.TdClassName
{
border-color: #25452E;
}
.TagClassName
{
border-color: #25452E;
}
</style>