Shades of Timber Green #264D2E
Tints of Timber Green #264D2E
RGB
CMYK
RGB Variations
Color information
#264D2E (or 0x264D2E) is known color: Timber Green. HEX triplet: 26, 4D and 2E. RGB value is (38,77,46). Sum of RGB (Red+Green+Blue) = 38+77+46=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #264D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D2E is #D9B2D1. Grayscale: #3D3D3D. Windows color (decimal): -14267090 or 3034406. OLE color: 3034406.
HSL color Cylindrical-coordinate representation of color #264D2E: hue angle of 132.31º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D2E is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 46 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.70 |
| HSL | 132.31º | 0.34% | 0.23% | - |
| HSV(B) | 132.31º | 0.51% | 0.3% | - |
| XYZ | 3.95 | 5.92 | 3.52 | - |
| YUV | 61.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 46 | 0.51 | 0 | 0.40 | 0.70 | 132.31 | 0.34 | 0.23 |
| Hex | 26 | 4D | 2E | 33 | 0 | 28 | 46 | 84 | 22 | 17 |
| Octal | 46 | 115 | 56 | 63 | 0 | 50 | 106 | 204 | 42 | 27 |
| Binary | 100110 | 1001101 | 101110 | 110011 | 0 | 101000 | 1000110 | 10000100 | 100010 | 10111 |
Color Harmonies of #264D2E
Complementary color
Monochromatic Colors of #264D2E
Black with #264D2E
Text Example
Text Example
White with #264D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D2E; }
p { color: rgb(38,77,46); }
H1.HeaderClassName
{
color: #264D2E;
}
.AnyTagClassName
{
color: #264D2E;
}
</style>
background-color css
<style>
a { background-color: #264D2E; }
a { background-color: rgb(38,77,46); }
div.DivClassName
{
background-color: #264D2E;
}
.BgClassName
{
background-color: #264D2E;
}
</style>
border-color css
<style>
span { border-color: #264D2E; }
span { border-color: rgb(38,77,46); }
td.TdClassName
{
border-color: #264D2E;
}
.TagClassName
{
border-color: #264D2E;
}
</style>