Shades of Timber Green #25462D
Tints of Timber Green #25462D
RGB
CMYK
RGB Variations
Color information
#25462D (or 0x25462D) is known color: Timber Green. HEX triplet: 25, 46 and 2D. RGB value is (37,70,45). Sum of RGB (Red+Green+Blue) = 37+70+45=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #25462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25462D is #DAB9D2. Grayscale: #393939. Windows color (decimal): -14334419 or 2967077. OLE color: 2967077.
HSL color Cylindrical-coordinate representation of color #25462D: hue angle of 134.55º 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 #25462D is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 70 | 45 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.73 |
| HSL | 134.55º | 0.31% | 0.21% | - |
| HSV(B) | 134.55º | 0.47% | 0.27% | - |
| XYZ | 3.43 | 4.96 | 3.26 | - |
| YUV | 57.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 45 | 0.47 | 0 | 0.36 | 0.73 | 134.55 | 0.31 | 0.21 |
| Hex | 25 | 46 | 2D | 2F | 0 | 24 | 49 | 87 | 1F | 15 |
| Octal | 45 | 106 | 55 | 57 | 0 | 44 | 111 | 207 | 37 | 25 |
| Binary | 100101 | 1000110 | 101101 | 101111 | 0 | 100100 | 1001001 | 10000111 | 11111 | 10101 |
Color Harmonies of #25462D
Complementary color
Monochromatic Colors of #25462D
Black with #25462D
Text Example
Text Example
White with #25462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25462D; }
p { color: rgb(37,70,45); }
H1.HeaderClassName
{
color: #25462D;
}
.AnyTagClassName
{
color: #25462D;
}
</style>
background-color css
<style>
a { background-color: #25462D; }
a { background-color: rgb(37,70,45); }
div.DivClassName
{
background-color: #25462D;
}
.BgClassName
{
background-color: #25462D;
}
</style>
border-color css
<style>
span { border-color: #25462D; }
span { border-color: rgb(37,70,45); }
td.TdClassName
{
border-color: #25462D;
}
.TagClassName
{
border-color: #25462D;
}
</style>