Shades of Timber Green #254A2D
Tints of Timber Green #254A2D
RGB
CMYK
RGB Variations
Color information
#254A2D (or 0x254A2D) is known color: Timber Green. HEX triplet: 25, 4A and 2D. RGB value is (37,74,45). Sum of RGB (Red+Green+Blue) = 37+74+45=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #254A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A2D is #DAB5D2. Grayscale: #3B3B3B. Windows color (decimal): -14333395 or 2968101. OLE color: 2968101.
HSL color Cylindrical-coordinate representation of color #254A2D: hue angle of 132.97º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A2D is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 74 | 45 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.71 |
| HSL | 132.97º | 0.33% | 0.22% | - |
| HSV(B) | 132.97º | 0.5% | 0.29% | - |
| XYZ | 3.69 | 5.48 | 3.35 | - |
| YUV | 59.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 45 | 0.50 | 0 | 0.39 | 0.71 | 132.97 | 0.33 | 0.22 |
| Hex | 25 | 4A | 2D | 32 | 0 | 27 | 47 | 85 | 21 | 16 |
| Octal | 45 | 112 | 55 | 62 | 0 | 47 | 107 | 205 | 41 | 26 |
| Binary | 100101 | 1001010 | 101101 | 110010 | 0 | 100111 | 1000111 | 10000101 | 100001 | 10110 |
Color Harmonies of #254A2D
Complementary color
Monochromatic Colors of #254A2D
Black with #254A2D
Text Example
Text Example
White with #254A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A2D; }
p { color: rgb(37,74,45); }
H1.HeaderClassName
{
color: #254A2D;
}
.AnyTagClassName
{
color: #254A2D;
}
</style>
background-color css
<style>
a { background-color: #254A2D; }
a { background-color: rgb(37,74,45); }
div.DivClassName
{
background-color: #254A2D;
}
.BgClassName
{
background-color: #254A2D;
}
</style>
border-color css
<style>
span { border-color: #254A2D; }
span { border-color: rgb(37,74,45); }
td.TdClassName
{
border-color: #254A2D;
}
.TagClassName
{
border-color: #254A2D;
}
</style>