Shades of Timber Green #264C2A
Tints of Timber Green #264C2A
RGB
CMYK
RGB Variations
Color information
#264C2A (or 0x264C2A) is known color: Timber Green. HEX triplet: 26, 4C and 2A. RGB value is (38,76,42). Sum of RGB (Red+Green+Blue) = 38+76+42=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #264C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C2A is #D9B3D5. Grayscale: #3C3C3C. Windows color (decimal): -14267350 or 2772006. OLE color: 2772006.
HSL color Cylindrical-coordinate representation of color #264C2A: hue angle of 126.32º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C2A is Cyan = 0.5, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 42 | - |
| CMYK | 0.5 | 0 | 0.45 | 0.70 |
| HSL | 126.32º | 0.33% | 0.22% | - |
| HSV(B) | 126.32º | 0.5% | 0.3% | - |
| XYZ | 3.8 | 5.75 | 3.1 | - |
| YUV | 60.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 42 | 0.5 | 0 | 0.45 | 0.70 | 126.32 | 0.33 | 0.22 |
| Hex | 26 | 4C | 2A | 32 | 0 | 2D | 46 | 7E | 21 | 16 |
| Octal | 46 | 114 | 52 | 62 | 0 | 55 | 106 | 176 | 41 | 26 |
| Binary | 100110 | 1001100 | 101010 | 110010 | 0 | 101101 | 1000110 | 1111110 | 100001 | 10110 |
Color Harmonies of #264C2A
Complementary color
Monochromatic Colors of #264C2A
Black with #264C2A
Text Example
Text Example
White with #264C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C2A; }
p { color: rgb(38,76,42); }
H1.HeaderClassName
{
color: #264C2A;
}
.AnyTagClassName
{
color: #264C2A;
}
</style>
background-color css
<style>
a { background-color: #264C2A; }
a { background-color: rgb(38,76,42); }
div.DivClassName
{
background-color: #264C2A;
}
.BgClassName
{
background-color: #264C2A;
}
</style>
border-color css
<style>
span { border-color: #264C2A; }
span { border-color: rgb(38,76,42); }
td.TdClassName
{
border-color: #264C2A;
}
.TagClassName
{
border-color: #264C2A;
}
</style>