Shades of Timber Green #25482B
Tints of Timber Green #25482B
RGB
CMYK
RGB Variations
Color information
#25482B (or 0x25482B) is known color: Timber Green. HEX triplet: 25, 48 and 2B. RGB value is (37,72,43). Sum of RGB (Red+Green+Blue) = 37+72+43=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #25482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25482B is #DAB7D4. Grayscale: #3A3A3A. Windows color (decimal): -14333909 or 2836517. OLE color: 2836517.
HSL color Cylindrical-coordinate representation of color #25482B: hue angle of 130.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25482B is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 72 | 43 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.72 |
| HSL | 130.29º | 0.32% | 0.21% | - |
| HSV(B) | 130.29º | 0.49% | 0.28% | - |
| XYZ | 3.52 | 5.2 | 3.1 | - |
| YUV | 58.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 43 | 0.49 | 0 | 0.40 | 0.72 | 130.29 | 0.32 | 0.21 |
| Hex | 25 | 48 | 2B | 31 | 0 | 28 | 48 | 82 | 20 | 15 |
| Octal | 45 | 110 | 53 | 61 | 0 | 50 | 110 | 202 | 40 | 25 |
| Binary | 100101 | 1001000 | 101011 | 110001 | 0 | 101000 | 1001000 | 10000010 | 100000 | 10101 |
Color Harmonies of #25482B
Complementary color
Monochromatic Colors of #25482B
Black with #25482B
Text Example
Text Example
White with #25482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25482B; }
p { color: rgb(37,72,43); }
H1.HeaderClassName
{
color: #25482B;
}
.AnyTagClassName
{
color: #25482B;
}
</style>
background-color css
<style>
a { background-color: #25482B; }
a { background-color: rgb(37,72,43); }
div.DivClassName
{
background-color: #25482B;
}
.BgClassName
{
background-color: #25482B;
}
</style>
border-color css
<style>
span { border-color: #25482B; }
span { border-color: rgb(37,72,43); }
td.TdClassName
{
border-color: #25482B;
}
.TagClassName
{
border-color: #25482B;
}
</style>