Shades of Timber Green #254C2A
Tints of Timber Green #254C2A
RGB
CMYK
RGB Variations
Color information
#254C2A (or 0x254C2A) is known color: Timber Green. HEX triplet: 25, 4C and 2A. RGB value is (37,76,42). Sum of RGB (Red+Green+Blue) = 37+76+42=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #254C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C2A is #DAB3D5. Grayscale: #3C3C3C. Windows color (decimal): -14332886 or 2772005. OLE color: 2772005.
HSL color Cylindrical-coordinate representation of color #254C2A: hue angle of 127.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254C2A is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 76 | 42 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.70 |
| HSL | 127.69º | 0.35% | 0.22% | - |
| HSV(B) | 127.69º | 0.51% | 0.3% | - |
| XYZ | 3.77 | 5.73 | 3.1 | - |
| YUV | 60.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 42 | 0.51 | 0 | 0.45 | 0.70 | 127.69 | 0.35 | 0.22 |
| Hex | 25 | 4C | 2A | 33 | 0 | 2D | 46 | 80 | 23 | 16 |
| Octal | 45 | 114 | 52 | 63 | 0 | 55 | 106 | 200 | 43 | 26 |
| Binary | 100101 | 1001100 | 101010 | 110011 | 0 | 101101 | 1000110 | 10000000 | 100011 | 10110 |
Color Harmonies of #254C2A
Complementary color
Monochromatic Colors of #254C2A
Black with #254C2A
Text Example
Text Example
White with #254C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C2A; }
p { color: rgb(37,76,42); }
H1.HeaderClassName
{
color: #254C2A;
}
.AnyTagClassName
{
color: #254C2A;
}
</style>
background-color css
<style>
a { background-color: #254C2A; }
a { background-color: rgb(37,76,42); }
div.DivClassName
{
background-color: #254C2A;
}
.BgClassName
{
background-color: #254C2A;
}
</style>
border-color css
<style>
span { border-color: #254C2A; }
span { border-color: rgb(37,76,42); }
td.TdClassName
{
border-color: #254C2A;
}
.TagClassName
{
border-color: #254C2A;
}
</style>