Shades of Timber Green #25422D
Tints of Timber Green #25422D
RGB
CMYK
RGB Variations
Color information
#25422D (or 0x25422D) is known color: Timber Green. HEX triplet: 25, 42 and 2D. RGB value is (37,66,45). Sum of RGB (Red+Green+Blue) = 37+66+45=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #25422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25422D is #DABDD2. Grayscale: #363636. Windows color (decimal): -14335443 or 2966053. OLE color: 2966053.
HSL color Cylindrical-coordinate representation of color #25422D: hue angle of 136.55º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25422D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 45 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.74 |
| HSL | 136.55º | 0.28% | 0.2% | - |
| HSV(B) | 136.55º | 0.44% | 0.26% | - |
| XYZ | 3.18 | 4.48 | 3.18 | - |
| YUV | 54.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 45 | 0.44 | 0 | 0.32 | 0.74 | 136.55 | 0.28 | 0.2 |
| Hex | 25 | 42 | 2D | 2C | 0 | 20 | 4A | 89 | 1C | 14 |
| Octal | 45 | 102 | 55 | 54 | 0 | 40 | 112 | 211 | 34 | 24 |
| Binary | 100101 | 1000010 | 101101 | 101100 | 0 | 100000 | 1001010 | 10001001 | 11100 | 10100 |
Color Harmonies of #25422D
Complementary color
Monochromatic Colors of #25422D
Black with #25422D
Text Example
Text Example
White with #25422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25422D; }
p { color: rgb(37,66,45); }
H1.HeaderClassName
{
color: #25422D;
}
.AnyTagClassName
{
color: #25422D;
}
</style>
background-color css
<style>
a { background-color: #25422D; }
a { background-color: rgb(37,66,45); }
div.DivClassName
{
background-color: #25422D;
}
.BgClassName
{
background-color: #25422D;
}
</style>
border-color css
<style>
span { border-color: #25422D; }
span { border-color: rgb(37,66,45); }
td.TdClassName
{
border-color: #25422D;
}
.TagClassName
{
border-color: #25422D;
}
</style>