Shades of Timber Green #254C2B
Tints of Timber Green #254C2B
RGB
CMYK
RGB Variations
Color information
#254C2B (or 0x254C2B) is known color: Timber Green. HEX triplet: 25, 4C and 2B. RGB value is (37,76,43). Sum of RGB (Red+Green+Blue) = 37+76+43=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #254C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C2B is #DAB3D4. Grayscale: #3C3C3C. Windows color (decimal): -14332885 or 2837541. OLE color: 2837541.
HSL color Cylindrical-coordinate representation of color #254C2B: hue angle of 129.23º 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 #254C2B is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 76 | 43 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.70 |
| HSL | 129.23º | 0.35% | 0.22% | - |
| HSV(B) | 129.23º | 0.51% | 0.3% | - |
| XYZ | 3.78 | 5.74 | 3.19 | - |
| YUV | 60.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 43 | 0.51 | 0 | 0.43 | 0.70 | 129.23 | 0.35 | 0.22 |
| Hex | 25 | 4C | 2B | 33 | 0 | 2B | 46 | 81 | 23 | 16 |
| Octal | 45 | 114 | 53 | 63 | 0 | 53 | 106 | 201 | 43 | 26 |
| Binary | 100101 | 1001100 | 101011 | 110011 | 0 | 101011 | 1000110 | 10000001 | 100011 | 10110 |
Color Harmonies of #254C2B
Complementary color
Monochromatic Colors of #254C2B
Black with #254C2B
Text Example
Text Example
White with #254C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C2B; }
p { color: rgb(37,76,43); }
H1.HeaderClassName
{
color: #254C2B;
}
.AnyTagClassName
{
color: #254C2B;
}
</style>
background-color css
<style>
a { background-color: #254C2B; }
a { background-color: rgb(37,76,43); }
div.DivClassName
{
background-color: #254C2B;
}
.BgClassName
{
background-color: #254C2B;
}
</style>
border-color css
<style>
span { border-color: #254C2B; }
span { border-color: rgb(37,76,43); }
td.TdClassName
{
border-color: #254C2B;
}
.TagClassName
{
border-color: #254C2B;
}
</style>