Shades of Timber Green #264D2D
Tints of Timber Green #264D2D
RGB
CMYK
RGB Variations
Color information
#264D2D (or 0x264D2D) is known color: Timber Green. HEX triplet: 26, 4D and 2D. RGB value is (38,77,45). Sum of RGB (Red+Green+Blue) = 38+77+45=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #264D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D2D is #D9B2D2. Grayscale: #3D3D3D. Windows color (decimal): -14267091 or 2968870. OLE color: 2968870.
HSL color Cylindrical-coordinate representation of color #264D2D: hue angle of 130.77º 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 #264D2D is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 45 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.70 |
| HSL | 130.77º | 0.34% | 0.23% | - |
| HSV(B) | 130.77º | 0.51% | 0.3% | - |
| XYZ | 3.93 | 5.91 | 3.42 | - |
| YUV | 61.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 45 | 0.51 | 0 | 0.42 | 0.70 | 130.77 | 0.34 | 0.23 |
| Hex | 26 | 4D | 2D | 33 | 0 | 2A | 46 | 83 | 22 | 17 |
| Octal | 46 | 115 | 55 | 63 | 0 | 52 | 106 | 203 | 42 | 27 |
| Binary | 100110 | 1001101 | 101101 | 110011 | 0 | 101010 | 1000110 | 10000011 | 100010 | 10111 |
Color Harmonies of #264D2D
Complementary color
Monochromatic Colors of #264D2D
Black with #264D2D
Text Example
Text Example
White with #264D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D2D; }
p { color: rgb(38,77,45); }
H1.HeaderClassName
{
color: #264D2D;
}
.AnyTagClassName
{
color: #264D2D;
}
</style>
background-color css
<style>
a { background-color: #264D2D; }
a { background-color: rgb(38,77,45); }
div.DivClassName
{
background-color: #264D2D;
}
.BgClassName
{
background-color: #264D2D;
}
</style>
border-color css
<style>
span { border-color: #264D2D; }
span { border-color: rgb(38,77,45); }
td.TdClassName
{
border-color: #264D2D;
}
.TagClassName
{
border-color: #264D2D;
}
</style>