Shades of Timber Green #26472A
Tints of Timber Green #26472A
RGB
CMYK
RGB Variations
Color information
#26472A (or 0x26472A) is known color: Timber Green. HEX triplet: 26, 47 and 2A. RGB value is (38,71,42). Sum of RGB (Red+Green+Blue) = 38+71+42=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #26472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472A is #D9B8D5. Grayscale: #393939. Windows color (decimal): -14268630 or 2770726. OLE color: 2770726.
HSL color Cylindrical-coordinate representation of color #26472A: hue angle of 127.27º 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 #26472A is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 42 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.72 |
| HSL | 127.27º | 0.3% | 0.21% | - |
| HSV(B) | 127.27º | 0.46% | 0.28% | - |
| XYZ | 3.47 | 5.09 | 2.99 | - |
| YUV | 57.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 42 | 0.46 | 0 | 0.41 | 0.72 | 127.27 | 0.3 | 0.21 |
| Hex | 26 | 47 | 2A | 2E | 0 | 29 | 48 | 7F | 1E | 15 |
| Octal | 46 | 107 | 52 | 56 | 0 | 51 | 110 | 177 | 36 | 25 |
| Binary | 100110 | 1000111 | 101010 | 101110 | 0 | 101001 | 1001000 | 1111111 | 11110 | 10101 |
Color Harmonies of #26472A
Complementary color
Monochromatic Colors of #26472A
Black with #26472A
Text Example
Text Example
White with #26472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26472A; }
p { color: rgb(38,71,42); }
H1.HeaderClassName
{
color: #26472A;
}
.AnyTagClassName
{
color: #26472A;
}
</style>
background-color css
<style>
a { background-color: #26472A; }
a { background-color: rgb(38,71,42); }
div.DivClassName
{
background-color: #26472A;
}
.BgClassName
{
background-color: #26472A;
}
</style>
border-color css
<style>
span { border-color: #26472A; }
span { border-color: rgb(38,71,42); }
td.TdClassName
{
border-color: #26472A;
}
.TagClassName
{
border-color: #26472A;
}
</style>