Shades of Timber Green #26442C
Tints of Timber Green #26442C
RGB
CMYK
RGB Variations
Color information
#26442C (or 0x26442C) is known color: Timber Green. HEX triplet: 26, 44 and 2C. RGB value is (38,68,44). Sum of RGB (Red+Green+Blue) = 38+68+44=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #26442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26442C is #D9BBD3. Grayscale: #383838. Windows color (decimal): -14269396 or 2901030. OLE color: 2901030.
HSL color Cylindrical-coordinate representation of color #26442C: hue angle of 132º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #26442C is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 68 | 44 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.73 |
| HSL | 132º | 0.28% | 0.21% | - |
| HSV(B) | 132º | 0.44% | 0.27% | - |
| XYZ | 3.32 | 4.73 | 3.12 | - |
| YUV | 56.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 44 | 0.44 | 0 | 0.35 | 0.73 | 132 | 0.28 | 0.21 |
| Hex | 26 | 44 | 2C | 2C | 0 | 23 | 49 | 84 | 1C | 15 |
| Octal | 46 | 104 | 54 | 54 | 0 | 43 | 111 | 204 | 34 | 25 |
| Binary | 100110 | 1000100 | 101100 | 101100 | 0 | 100011 | 1001001 | 10000100 | 11100 | 10101 |
Color Harmonies of #26442C
Complementary color
Monochromatic Colors of #26442C
Black with #26442C
Text Example
Text Example
White with #26442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26442C; }
p { color: rgb(38,68,44); }
H1.HeaderClassName
{
color: #26442C;
}
.AnyTagClassName
{
color: #26442C;
}
</style>
background-color css
<style>
a { background-color: #26442C; }
a { background-color: rgb(38,68,44); }
div.DivClassName
{
background-color: #26442C;
}
.BgClassName
{
background-color: #26442C;
}
</style>
border-color css
<style>
span { border-color: #26442C; }
span { border-color: rgb(38,68,44); }
td.TdClassName
{
border-color: #26442C;
}
.TagClassName
{
border-color: #26442C;
}
</style>