Shades of Timber Green #26452E
Tints of Timber Green #26452E
RGB
CMYK
RGB Variations
Color information
#26452E (or 0x26452E) is known color: Timber Green. HEX triplet: 26, 45 and 2E. RGB value is (38,69,46). Sum of RGB (Red+Green+Blue) = 38+69+46=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #26452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26452E is #D9BAD1. Grayscale: #393939. Windows color (decimal): -14269138 or 3032358. OLE color: 3032358.
HSL color Cylindrical-coordinate representation of color #26452E: hue angle of 135.48º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #26452E is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 69 | 46 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.73 |
| HSL | 135.48º | 0.29% | 0.21% | - |
| HSV(B) | 135.48º | 0.45% | 0.27% | - |
| XYZ | 3.42 | 4.87 | 3.34 | - |
| YUV | 57.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 46 | 0.45 | 0 | 0.33 | 0.73 | 135.48 | 0.29 | 0.21 |
| Hex | 26 | 45 | 2E | 2D | 0 | 21 | 49 | 87 | 1D | 15 |
| Octal | 46 | 105 | 56 | 55 | 0 | 41 | 111 | 207 | 35 | 25 |
| Binary | 100110 | 1000101 | 101110 | 101101 | 0 | 100001 | 1001001 | 10000111 | 11101 | 10101 |
Color Harmonies of #26452E
Complementary color
Monochromatic Colors of #26452E
Black with #26452E
Text Example
Text Example
White with #26452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26452E; }
p { color: rgb(38,69,46); }
H1.HeaderClassName
{
color: #26452E;
}
.AnyTagClassName
{
color: #26452E;
}
</style>
background-color css
<style>
a { background-color: #26452E; }
a { background-color: rgb(38,69,46); }
div.DivClassName
{
background-color: #26452E;
}
.BgClassName
{
background-color: #26452E;
}
</style>
border-color css
<style>
span { border-color: #26452E; }
span { border-color: rgb(38,69,46); }
td.TdClassName
{
border-color: #26452E;
}
.TagClassName
{
border-color: #26452E;
}
</style>