Shades of Timber Green #26492B
Tints of Timber Green #26492B
RGB
CMYK
RGB Variations
Color information
#26492B (or 0x26492B) is known color: Timber Green. HEX triplet: 26, 49 and 2B. RGB value is (38,73,43). Sum of RGB (Red+Green+Blue) = 38+73+43=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #26492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26492B is #D9B6D4. Grayscale: #3B3B3B. Windows color (decimal): -14268117 or 2836774. OLE color: 2836774.
HSL color Cylindrical-coordinate representation of color #26492B: hue angle of 128.57º 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 #26492B is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 43 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.71 |
| HSL | 128.57º | 0.32% | 0.22% | - |
| HSV(B) | 128.57º | 0.48% | 0.29% | - |
| XYZ | 3.62 | 5.35 | 3.13 | - |
| YUV | 59.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 43 | 0.48 | 0 | 0.41 | 0.71 | 128.57 | 0.32 | 0.22 |
| Hex | 26 | 49 | 2B | 30 | 0 | 29 | 47 | 81 | 20 | 16 |
| Octal | 46 | 111 | 53 | 60 | 0 | 51 | 107 | 201 | 40 | 26 |
| Binary | 100110 | 1001001 | 101011 | 110000 | 0 | 101001 | 1000111 | 10000001 | 100000 | 10110 |
Color Harmonies of #26492B
Complementary color
Monochromatic Colors of #26492B
Black with #26492B
Text Example
Text Example
White with #26492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26492B; }
p { color: rgb(38,73,43); }
H1.HeaderClassName
{
color: #26492B;
}
.AnyTagClassName
{
color: #26492B;
}
</style>
background-color css
<style>
a { background-color: #26492B; }
a { background-color: rgb(38,73,43); }
div.DivClassName
{
background-color: #26492B;
}
.BgClassName
{
background-color: #26492B;
}
</style>
border-color css
<style>
span { border-color: #26492B; }
span { border-color: rgb(38,73,43); }
td.TdClassName
{
border-color: #26492B;
}
.TagClassName
{
border-color: #26492B;
}
</style>