Shades of Timber Green #254B2A
Tints of Timber Green #254B2A
RGB
CMYK
RGB Variations
Color information
#254B2A (or 0x254B2A) is known color: Timber Green. HEX triplet: 25, 4B and 2A. RGB value is (37,75,42). Sum of RGB (Red+Green+Blue) = 37+75+42=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #254B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B2A is #DAB4D5. Grayscale: #3B3B3B. Windows color (decimal): -14333142 or 2771749. OLE color: 2771749.
HSL color Cylindrical-coordinate representation of color #254B2A: hue angle of 127.89º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B2A is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 75 | 42 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.71 |
| HSL | 127.89º | 0.34% | 0.22% | - |
| HSV(B) | 127.89º | 0.51% | 0.29% | - |
| XYZ | 3.7 | 5.59 | 3.08 | - |
| YUV | 59.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 42 | 0.51 | 0 | 0.44 | 0.71 | 127.89 | 0.34 | 0.22 |
| Hex | 25 | 4B | 2A | 33 | 0 | 2C | 47 | 80 | 22 | 16 |
| Octal | 45 | 113 | 52 | 63 | 0 | 54 | 107 | 200 | 42 | 26 |
| Binary | 100101 | 1001011 | 101010 | 110011 | 0 | 101100 | 1000111 | 10000000 | 100010 | 10110 |
Color Harmonies of #254B2A
Complementary color
Monochromatic Colors of #254B2A
Black with #254B2A
Text Example
Text Example
White with #254B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B2A; }
p { color: rgb(37,75,42); }
H1.HeaderClassName
{
color: #254B2A;
}
.AnyTagClassName
{
color: #254B2A;
}
</style>
background-color css
<style>
a { background-color: #254B2A; }
a { background-color: rgb(37,75,42); }
div.DivClassName
{
background-color: #254B2A;
}
.BgClassName
{
background-color: #254B2A;
}
</style>
border-color css
<style>
span { border-color: #254B2A; }
span { border-color: rgb(37,75,42); }
td.TdClassName
{
border-color: #254B2A;
}
.TagClassName
{
border-color: #254B2A;
}
</style>