Shades of Timber Green #254C2D
Tints of Timber Green #254C2D
RGB
CMYK
RGB Variations
Color information
#254C2D (or 0x254C2D) is known color: Timber Green. HEX triplet: 25, 4C and 2D. RGB value is (37,76,45). Sum of RGB (Red+Green+Blue) = 37+76+45=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #254C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C2D is #DAB3D2. Grayscale: #3C3C3C. Windows color (decimal): -14332883 or 2968613. OLE color: 2968613.
HSL color Cylindrical-coordinate representation of color #254C2D: hue angle of 132.31º 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 #254C2D is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 76 | 45 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.70 |
| HSL | 132.31º | 0.35% | 0.22% | - |
| HSV(B) | 132.31º | 0.51% | 0.3% | - |
| XYZ | 3.82 | 5.75 | 3.39 | - |
| YUV | 60.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 45 | 0.51 | 0 | 0.41 | 0.70 | 132.31 | 0.35 | 0.22 |
| Hex | 25 | 4C | 2D | 33 | 0 | 29 | 46 | 84 | 23 | 16 |
| Octal | 45 | 114 | 55 | 63 | 0 | 51 | 106 | 204 | 43 | 26 |
| Binary | 100101 | 1001100 | 101101 | 110011 | 0 | 101001 | 1000110 | 10000100 | 100011 | 10110 |
Color Harmonies of #254C2D
Complementary color
Monochromatic Colors of #254C2D
Black with #254C2D
Text Example
Text Example
White with #254C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C2D; }
p { color: rgb(37,76,45); }
H1.HeaderClassName
{
color: #254C2D;
}
.AnyTagClassName
{
color: #254C2D;
}
</style>
background-color css
<style>
a { background-color: #254C2D; }
a { background-color: rgb(37,76,45); }
div.DivClassName
{
background-color: #254C2D;
}
.BgClassName
{
background-color: #254C2D;
}
</style>
border-color css
<style>
span { border-color: #254C2D; }
span { border-color: rgb(37,76,45); }
td.TdClassName
{
border-color: #254C2D;
}
.TagClassName
{
border-color: #254C2D;
}
</style>