Shades of Timber Green #26472F
Tints of Timber Green #26472F
RGB
CMYK
RGB Variations
Color information
#26472F (or 0x26472F) is known color: Timber Green. HEX triplet: 26, 47 and 2F. RGB value is (38,71,47). Sum of RGB (Red+Green+Blue) = 38+71+47=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #26472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472F is #D9B8D0. Grayscale: #3A3A3A. Windows color (decimal): -14268625 or 3098406. OLE color: 3098406.
HSL color Cylindrical-coordinate representation of color #26472F: hue angle of 136.36º 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 #26472F is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 47 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.72 |
| HSL | 136.36º | 0.3% | 0.21% | - |
| HSV(B) | 136.36º | 0.46% | 0.28% | - |
| XYZ | 3.57 | 5.12 | 3.49 | - |
| YUV | 58.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 47 | 0.46 | 0 | 0.34 | 0.72 | 136.36 | 0.3 | 0.21 |
| Hex | 26 | 47 | 2F | 2E | 0 | 22 | 48 | 88 | 1E | 15 |
| Octal | 46 | 107 | 57 | 56 | 0 | 42 | 110 | 210 | 36 | 25 |
| Binary | 100110 | 1000111 | 101111 | 101110 | 0 | 100010 | 1001000 | 10001000 | 11110 | 10101 |
Color Harmonies of #26472F
Complementary color
Monochromatic Colors of #26472F
Black with #26472F
Text Example
Text Example
White with #26472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26472F; }
p { color: rgb(38,71,47); }
H1.HeaderClassName
{
color: #26472F;
}
.AnyTagClassName
{
color: #26472F;
}
</style>
background-color css
<style>
a { background-color: #26472F; }
a { background-color: rgb(38,71,47); }
div.DivClassName
{
background-color: #26472F;
}
.BgClassName
{
background-color: #26472F;
}
</style>
border-color css
<style>
span { border-color: #26472F; }
span { border-color: rgb(38,71,47); }
td.TdClassName
{
border-color: #26472F;
}
.TagClassName
{
border-color: #26472F;
}
</style>