Shades of Timber Green #26462F
Tints of Timber Green #26462F
RGB
CMYK
RGB Variations
Color information
#26462F (or 0x26462F) is known color: Timber Green. HEX triplet: 26, 46 and 2F. RGB value is (38,70,47). Sum of RGB (Red+Green+Blue) = 38+70+47=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #26462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26462F is #D9B9D0. Grayscale: #393939. Windows color (decimal): -14268881 or 3098150. OLE color: 3098150.
HSL color Cylindrical-coordinate representation of color #26462F: hue angle of 136.88º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26462F is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 70 | 47 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.73 |
| HSL | 136.88º | 0.3% | 0.21% | - |
| HSV(B) | 136.88º | 0.46% | 0.27% | - |
| XYZ | 3.5 | 5 | 3.47 | - |
| YUV | 57.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 47 | 0.46 | 0 | 0.33 | 0.73 | 136.88 | 0.3 | 0.21 |
| Hex | 26 | 46 | 2F | 2E | 0 | 21 | 49 | 89 | 1E | 15 |
| Octal | 46 | 106 | 57 | 56 | 0 | 41 | 111 | 211 | 36 | 25 |
| Binary | 100110 | 1000110 | 101111 | 101110 | 0 | 100001 | 1001001 | 10001001 | 11110 | 10101 |
Color Harmonies of #26462F
Complementary color
Monochromatic Colors of #26462F
Black with #26462F
Text Example
Text Example
White with #26462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26462F; }
p { color: rgb(38,70,47); }
H1.HeaderClassName
{
color: #26462F;
}
.AnyTagClassName
{
color: #26462F;
}
</style>
background-color css
<style>
a { background-color: #26462F; }
a { background-color: rgb(38,70,47); }
div.DivClassName
{
background-color: #26462F;
}
.BgClassName
{
background-color: #26462F;
}
</style>
border-color css
<style>
span { border-color: #26462F; }
span { border-color: rgb(38,70,47); }
td.TdClassName
{
border-color: #26462F;
}
.TagClassName
{
border-color: #26462F;
}
</style>