Shades of Timber Green #26482D
Tints of Timber Green #26482D
RGB
CMYK
RGB Variations
Color information
#26482D (or 0x26482D) is known color: Timber Green. HEX triplet: 26, 48 and 2D. RGB value is (38,72,45). Sum of RGB (Red+Green+Blue) = 38+72+45=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #26482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26482D is #D9B7D2. Grayscale: #3A3A3A. Windows color (decimal): -14268371 or 2967590. OLE color: 2967590.
HSL color Cylindrical-coordinate representation of color #26482D: hue angle of 132.35º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #26482D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 45 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.72 |
| HSL | 132.35º | 0.31% | 0.22% | - |
| HSV(B) | 132.35º | 0.47% | 0.28% | - |
| XYZ | 3.59 | 5.24 | 3.3 | - |
| YUV | 58.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 45 | 0.47 | 0 | 0.38 | 0.72 | 132.35 | 0.31 | 0.22 |
| Hex | 26 | 48 | 2D | 2F | 0 | 26 | 48 | 84 | 1F | 16 |
| Octal | 46 | 110 | 55 | 57 | 0 | 46 | 110 | 204 | 37 | 26 |
| Binary | 100110 | 1001000 | 101101 | 101111 | 0 | 100110 | 1001000 | 10000100 | 11111 | 10110 |
Color Harmonies of #26482D
Complementary color
Monochromatic Colors of #26482D
Black with #26482D
Text Example
Text Example
White with #26482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26482D; }
p { color: rgb(38,72,45); }
H1.HeaderClassName
{
color: #26482D;
}
.AnyTagClassName
{
color: #26482D;
}
</style>
background-color css
<style>
a { background-color: #26482D; }
a { background-color: rgb(38,72,45); }
div.DivClassName
{
background-color: #26482D;
}
.BgClassName
{
background-color: #26482D;
}
</style>
border-color css
<style>
span { border-color: #26482D; }
span { border-color: rgb(38,72,45); }
td.TdClassName
{
border-color: #26482D;
}
.TagClassName
{
border-color: #26482D;
}
</style>