Shades of Timber Green #264C2C
Tints of Timber Green #264C2C
RGB
CMYK
RGB Variations
Color information
#264C2C (or 0x264C2C) is known color: Timber Green. HEX triplet: 26, 4C and 2C. RGB value is (38,76,44). Sum of RGB (Red+Green+Blue) = 38+76+44=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #264C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C2C is #D9B3D3. Grayscale: #3D3D3D. Windows color (decimal): -14267348 or 2903078. OLE color: 2903078.
HSL color Cylindrical-coordinate representation of color #264C2C: hue angle of 129.47º 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 #264C2C is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 44 | - |
| CMYK | 0.5 | 0 | 0.42 | 0.70 |
| HSL | 129.47º | 0.33% | 0.22% | - |
| HSV(B) | 129.47º | 0.5% | 0.3% | - |
| XYZ | 3.84 | 5.76 | 3.29 | - |
| YUV | 60.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 44 | 0.5 | 0 | 0.42 | 0.70 | 129.47 | 0.33 | 0.22 |
| Hex | 26 | 4C | 2C | 32 | 0 | 2A | 46 | 81 | 21 | 16 |
| Octal | 46 | 114 | 54 | 62 | 0 | 52 | 106 | 201 | 41 | 26 |
| Binary | 100110 | 1001100 | 101100 | 110010 | 0 | 101010 | 1000110 | 10000001 | 100001 | 10110 |
Color Harmonies of #264C2C
Complementary color
Monochromatic Colors of #264C2C
Black with #264C2C
Text Example
Text Example
White with #264C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C2C; }
p { color: rgb(38,76,44); }
H1.HeaderClassName
{
color: #264C2C;
}
.AnyTagClassName
{
color: #264C2C;
}
</style>
background-color css
<style>
a { background-color: #264C2C; }
a { background-color: rgb(38,76,44); }
div.DivClassName
{
background-color: #264C2C;
}
.BgClassName
{
background-color: #264C2C;
}
</style>
border-color css
<style>
span { border-color: #264C2C; }
span { border-color: rgb(38,76,44); }
td.TdClassName
{
border-color: #264C2C;
}
.TagClassName
{
border-color: #264C2C;
}
</style>