Shades of Timber Green #26492F
Tints of Timber Green #26492F
RGB
CMYK
RGB Variations
Color information
#26492F (or 0x26492F) is known color: Timber Green. HEX triplet: 26, 49 and 2F. RGB value is (38,73,47). Sum of RGB (Red+Green+Blue) = 38+73+47=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #26492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26492F is #D9B6D0. Grayscale: #3B3B3B. Windows color (decimal): -14268113 or 3098918. OLE color: 3098918.
HSL color Cylindrical-coordinate representation of color #26492F: hue angle of 135.43º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26492F is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 47 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.71 |
| HSL | 135.43º | 0.32% | 0.22% | - |
| HSV(B) | 135.43º | 0.48% | 0.29% | - |
| XYZ | 3.69 | 5.38 | 3.53 | - |
| YUV | 59.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 47 | 0.48 | 0 | 0.36 | 0.71 | 135.43 | 0.32 | 0.22 |
| Hex | 26 | 49 | 2F | 30 | 0 | 24 | 47 | 87 | 20 | 16 |
| Octal | 46 | 111 | 57 | 60 | 0 | 44 | 107 | 207 | 40 | 26 |
| Binary | 100110 | 1001001 | 101111 | 110000 | 0 | 100100 | 1000111 | 10000111 | 100000 | 10110 |
Color Harmonies of #26492F
Complementary color
Monochromatic Colors of #26492F
Black with #26492F
Text Example
Text Example
White with #26492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26492F; }
p { color: rgb(38,73,47); }
H1.HeaderClassName
{
color: #26492F;
}
.AnyTagClassName
{
color: #26492F;
}
</style>
background-color css
<style>
a { background-color: #26492F; }
a { background-color: rgb(38,73,47); }
div.DivClassName
{
background-color: #26492F;
}
.BgClassName
{
background-color: #26492F;
}
</style>
border-color css
<style>
span { border-color: #26492F; }
span { border-color: rgb(38,73,47); }
td.TdClassName
{
border-color: #26492F;
}
.TagClassName
{
border-color: #26492F;
}
</style>