Shades of Timber Green #25462B
Tints of Timber Green #25462B
RGB
CMYK
RGB Variations
Color information
#25462B (or 0x25462B) is known color: Timber Green. HEX triplet: 25, 46 and 2B. RGB value is (37,70,43). Sum of RGB (Red+Green+Blue) = 37+70+43=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #25462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25462B is #DAB9D4. Grayscale: #393939. Windows color (decimal): -14334421 or 2836005. OLE color: 2836005.
HSL color Cylindrical-coordinate representation of color #25462B: hue angle of 130.91º 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 #25462B is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 70 | 43 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.73 |
| HSL | 130.91º | 0.31% | 0.21% | - |
| HSV(B) | 130.91º | 0.47% | 0.27% | - |
| XYZ | 3.39 | 4.95 | 3.06 | - |
| YUV | 57.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 43 | 0.47 | 0 | 0.39 | 0.73 | 130.91 | 0.31 | 0.21 |
| Hex | 25 | 46 | 2B | 2F | 0 | 27 | 49 | 83 | 1F | 15 |
| Octal | 45 | 106 | 53 | 57 | 0 | 47 | 111 | 203 | 37 | 25 |
| Binary | 100101 | 1000110 | 101011 | 101111 | 0 | 100111 | 1001001 | 10000011 | 11111 | 10101 |
Color Harmonies of #25462B
Complementary color
Monochromatic Colors of #25462B
Black with #25462B
Text Example
Text Example
White with #25462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25462B; }
p { color: rgb(37,70,43); }
H1.HeaderClassName
{
color: #25462B;
}
.AnyTagClassName
{
color: #25462B;
}
</style>
background-color css
<style>
a { background-color: #25462B; }
a { background-color: rgb(37,70,43); }
div.DivClassName
{
background-color: #25462B;
}
.BgClassName
{
background-color: #25462B;
}
</style>
border-color css
<style>
span { border-color: #25462B; }
span { border-color: rgb(37,70,43); }
td.TdClassName
{
border-color: #25462B;
}
.TagClassName
{
border-color: #25462B;
}
</style>