Shades of Timber Green #254B2B
Tints of Timber Green #254B2B
RGB
CMYK
RGB Variations
Color information
#254B2B (or 0x254B2B) is known color: Timber Green. HEX triplet: 25, 4B and 2B. RGB value is (37,75,43). Sum of RGB (Red+Green+Blue) = 37+75+43=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #254B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B2B is #DAB4D4. Grayscale: #3C3C3C. Windows color (decimal): -14333141 or 2837285. OLE color: 2837285.
HSL color Cylindrical-coordinate representation of color #254B2B: hue angle of 129.47º 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 #254B2B is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 75 | 43 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.71 |
| HSL | 129.47º | 0.34% | 0.22% | - |
| HSV(B) | 129.47º | 0.51% | 0.29% | - |
| XYZ | 3.72 | 5.6 | 3.17 | - |
| YUV | 59.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 43 | 0.51 | 0 | 0.43 | 0.71 | 129.47 | 0.34 | 0.22 |
| Hex | 25 | 4B | 2B | 33 | 0 | 2B | 47 | 81 | 22 | 16 |
| Octal | 45 | 113 | 53 | 63 | 0 | 53 | 107 | 201 | 42 | 26 |
| Binary | 100101 | 1001011 | 101011 | 110011 | 0 | 101011 | 1000111 | 10000001 | 100010 | 10110 |
Color Harmonies of #254B2B
Complementary color
Monochromatic Colors of #254B2B
Black with #254B2B
Text Example
Text Example
White with #254B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B2B; }
p { color: rgb(37,75,43); }
H1.HeaderClassName
{
color: #254B2B;
}
.AnyTagClassName
{
color: #254B2B;
}
</style>
background-color css
<style>
a { background-color: #254B2B; }
a { background-color: rgb(37,75,43); }
div.DivClassName
{
background-color: #254B2B;
}
.BgClassName
{
background-color: #254B2B;
}
</style>
border-color css
<style>
span { border-color: #254B2B; }
span { border-color: rgb(37,75,43); }
td.TdClassName
{
border-color: #254B2B;
}
.TagClassName
{
border-color: #254B2B;
}
</style>