Shades of Timber Green #26472D
Tints of Timber Green #26472D
RGB
CMYK
RGB Variations
Color information
#26472D (or 0x26472D) is known color: Timber Green. HEX triplet: 26, 47 and 2D. RGB value is (38,71,45). Sum of RGB (Red+Green+Blue) = 38+71+45=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #26472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472D is #D9B8D2. Grayscale: #3A3A3A. Windows color (decimal): -14268627 or 2967334. OLE color: 2967334.
HSL color Cylindrical-coordinate representation of color #26472D: hue angle of 132.73º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26472D is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 45 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.72 |
| HSL | 132.73º | 0.3% | 0.21% | - |
| HSV(B) | 132.73º | 0.46% | 0.28% | - |
| XYZ | 3.53 | 5.11 | 3.28 | - |
| YUV | 58.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 45 | 0.46 | 0 | 0.37 | 0.72 | 132.73 | 0.3 | 0.21 |
| Hex | 26 | 47 | 2D | 2E | 0 | 25 | 48 | 85 | 1E | 15 |
| Octal | 46 | 107 | 55 | 56 | 0 | 45 | 110 | 205 | 36 | 25 |
| Binary | 100110 | 1000111 | 101101 | 101110 | 0 | 100101 | 1001000 | 10000101 | 11110 | 10101 |
Color Harmonies of #26472D
Complementary color
Monochromatic Colors of #26472D
Black with #26472D
Text Example
Text Example
White with #26472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26472D; }
p { color: rgb(38,71,45); }
H1.HeaderClassName
{
color: #26472D;
}
.AnyTagClassName
{
color: #26472D;
}
</style>
background-color css
<style>
a { background-color: #26472D; }
a { background-color: rgb(38,71,45); }
div.DivClassName
{
background-color: #26472D;
}
.BgClassName
{
background-color: #26472D;
}
</style>
border-color css
<style>
span { border-color: #26472D; }
span { border-color: rgb(38,71,45); }
td.TdClassName
{
border-color: #26472D;
}
.TagClassName
{
border-color: #26472D;
}
</style>