Shades of Timber Green #264A2C
Tints of Timber Green #264A2C
RGB
CMYK
RGB Variations
Color information
#264A2C (or 0x264A2C) is known color: Timber Green. HEX triplet: 26, 4A and 2C. RGB value is (38,74,44). Sum of RGB (Red+Green+Blue) = 38+74+44=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #264A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264A2C is #D9B5D3. Grayscale: #3B3B3B. Windows color (decimal): -14267860 or 2902566. OLE color: 2902566.
HSL color Cylindrical-coordinate representation of color #264A2C: hue angle of 130º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264A2C is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 74 | 44 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.71 |
| HSL | 130º | 0.32% | 0.22% | - |
| HSV(B) | 130º | 0.49% | 0.29% | - |
| XYZ | 3.7 | 5.49 | 3.25 | - |
| YUV | 59.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 44 | 0.49 | 0 | 0.41 | 0.71 | 130 | 0.32 | 0.22 |
| Hex | 26 | 4A | 2C | 31 | 0 | 29 | 47 | 82 | 20 | 16 |
| Octal | 46 | 112 | 54 | 61 | 0 | 51 | 107 | 202 | 40 | 26 |
| Binary | 100110 | 1001010 | 101100 | 110001 | 0 | 101001 | 1000111 | 10000010 | 100000 | 10110 |
Color Harmonies of #264A2C
Complementary color
Monochromatic Colors of #264A2C
Black with #264A2C
Text Example
Text Example
White with #264A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A2C; }
p { color: rgb(38,74,44); }
H1.HeaderClassName
{
color: #264A2C;
}
.AnyTagClassName
{
color: #264A2C;
}
</style>
background-color css
<style>
a { background-color: #264A2C; }
a { background-color: rgb(38,74,44); }
div.DivClassName
{
background-color: #264A2C;
}
.BgClassName
{
background-color: #264A2C;
}
</style>
border-color css
<style>
span { border-color: #264A2C; }
span { border-color: rgb(38,74,44); }
td.TdClassName
{
border-color: #264A2C;
}
.TagClassName
{
border-color: #264A2C;
}
</style>