Shades of Timber Green #254B2D
Tints of Timber Green #254B2D
RGB
CMYK
RGB Variations
Color information
#254B2D (or 0x254B2D) is known color: Timber Green. HEX triplet: 25, 4B and 2D. RGB value is (37,75,45). Sum of RGB (Red+Green+Blue) = 37+75+45=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #254B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B2D is #DAB4D2. Grayscale: #3C3C3C. Windows color (decimal): -14333139 or 2968357. OLE color: 2968357.
HSL color Cylindrical-coordinate representation of color #254B2D: hue angle of 132.63º 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 #254B2D is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 75 | 45 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.71 |
| HSL | 132.63º | 0.34% | 0.22% | - |
| HSV(B) | 132.63º | 0.51% | 0.29% | - |
| XYZ | 3.75 | 5.61 | 3.37 | - |
| YUV | 60.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 45 | 0.51 | 0 | 0.40 | 0.71 | 132.63 | 0.34 | 0.22 |
| Hex | 25 | 4B | 2D | 33 | 0 | 28 | 47 | 85 | 22 | 16 |
| Octal | 45 | 113 | 55 | 63 | 0 | 50 | 107 | 205 | 42 | 26 |
| Binary | 100101 | 1001011 | 101101 | 110011 | 0 | 101000 | 1000111 | 10000101 | 100010 | 10110 |
Color Harmonies of #254B2D
Complementary color
Monochromatic Colors of #254B2D
Black with #254B2D
Text Example
Text Example
White with #254B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B2D; }
p { color: rgb(37,75,45); }
H1.HeaderClassName
{
color: #254B2D;
}
.AnyTagClassName
{
color: #254B2D;
}
</style>
background-color css
<style>
a { background-color: #254B2D; }
a { background-color: rgb(37,75,45); }
div.DivClassName
{
background-color: #254B2D;
}
.BgClassName
{
background-color: #254B2D;
}
</style>
border-color css
<style>
span { border-color: #254B2D; }
span { border-color: rgb(37,75,45); }
td.TdClassName
{
border-color: #254B2D;
}
.TagClassName
{
border-color: #254B2D;
}
</style>