Shades of Timber Green #254C2C
Tints of Timber Green #254C2C
RGB
CMYK
RGB Variations
Color information
#254C2C (or 0x254C2C) is known color: Timber Green. HEX triplet: 25, 4C and 2C. RGB value is (37,76,44). Sum of RGB (Red+Green+Blue) = 37+76+44=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #254C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C2C is #DAB3D3. Grayscale: #3C3C3C. Windows color (decimal): -14332884 or 2903077. OLE color: 2903077.
HSL color Cylindrical-coordinate representation of color #254C2C: hue angle of 130.77º 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 #254C2C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 76 | 44 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.70 |
| HSL | 130.77º | 0.35% | 0.22% | - |
| HSV(B) | 130.77º | 0.51% | 0.3% | - |
| XYZ | 3.8 | 5.74 | 3.29 | - |
| YUV | 60.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 44 | 0.51 | 0 | 0.42 | 0.70 | 130.77 | 0.35 | 0.22 |
| Hex | 25 | 4C | 2C | 33 | 0 | 2A | 46 | 83 | 23 | 16 |
| Octal | 45 | 114 | 54 | 63 | 0 | 52 | 106 | 203 | 43 | 26 |
| Binary | 100101 | 1001100 | 101100 | 110011 | 0 | 101010 | 1000110 | 10000011 | 100011 | 10110 |
Color Harmonies of #254C2C
Complementary color
Monochromatic Colors of #254C2C
Black with #254C2C
Text Example
Text Example
White with #254C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C2C; }
p { color: rgb(37,76,44); }
H1.HeaderClassName
{
color: #254C2C;
}
.AnyTagClassName
{
color: #254C2C;
}
</style>
background-color css
<style>
a { background-color: #254C2C; }
a { background-color: rgb(37,76,44); }
div.DivClassName
{
background-color: #254C2C;
}
.BgClassName
{
background-color: #254C2C;
}
</style>
border-color css
<style>
span { border-color: #254C2C; }
span { border-color: rgb(37,76,44); }
td.TdClassName
{
border-color: #254C2C;
}
.TagClassName
{
border-color: #254C2C;
}
</style>