Shades of Timber Green #274A2E
Tints of Timber Green #274A2E
RGB
CMYK
RGB Variations
Color information
#274A2E (or 0x274A2E) is known color: Timber Green. HEX triplet: 27, 4A and 2E. RGB value is (39,74,46). Sum of RGB (Red+Green+Blue) = 39+74+46=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #274A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A2E is #D8B5D1. Grayscale: #3C3C3C. Windows color (decimal): -14202322 or 3033639. OLE color: 3033639.
HSL color Cylindrical-coordinate representation of color #274A2E: hue angle of 132º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274A2E is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 74 | 46 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.71 |
| HSL | 132º | 0.31% | 0.22% | - |
| HSV(B) | 132º | 0.47% | 0.29% | - |
| XYZ | 3.78 | 5.53 | 3.45 | - |
| YUV | 60.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 46 | 0.47 | 0 | 0.38 | 0.71 | 132 | 0.31 | 0.22 |
| Hex | 27 | 4A | 2E | 2F | 0 | 26 | 47 | 84 | 1F | 16 |
| Octal | 47 | 112 | 56 | 57 | 0 | 46 | 107 | 204 | 37 | 26 |
| Binary | 100111 | 1001010 | 101110 | 101111 | 0 | 100110 | 1000111 | 10000100 | 11111 | 10110 |
Color Harmonies of #274A2E
Complementary color
Monochromatic Colors of #274A2E
Black with #274A2E
Text Example
Text Example
White with #274A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A2E; }
p { color: rgb(39,74,46); }
H1.HeaderClassName
{
color: #274A2E;
}
.AnyTagClassName
{
color: #274A2E;
}
</style>
background-color css
<style>
a { background-color: #274A2E; }
a { background-color: rgb(39,74,46); }
div.DivClassName
{
background-color: #274A2E;
}
.BgClassName
{
background-color: #274A2E;
}
</style>
border-color css
<style>
span { border-color: #274A2E; }
span { border-color: rgb(39,74,46); }
td.TdClassName
{
border-color: #274A2E;
}
.TagClassName
{
border-color: #274A2E;
}
</style>