Shades of Timber Green #274A2B
Tints of Timber Green #274A2B
RGB
CMYK
RGB Variations
Color information
#274A2B (or 0x274A2B) is known color: Timber Green. HEX triplet: 27, 4A and 2B. RGB value is (39,74,43). Sum of RGB (Red+Green+Blue) = 39+74+43=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #274A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A2B is #D8B5D4. Grayscale: #3C3C3C. Windows color (decimal): -14202325 or 2837031. OLE color: 2837031.
HSL color Cylindrical-coordinate representation of color #274A2B: hue angle of 126.86º 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 #274A2B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 74 | 43 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.71 |
| HSL | 126.86º | 0.31% | 0.22% | - |
| HSV(B) | 126.86º | 0.47% | 0.29% | - |
| XYZ | 3.72 | 5.5 | 3.15 | - |
| YUV | 60 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 43 | 0.47 | 0 | 0.42 | 0.71 | 126.86 | 0.31 | 0.22 |
| Hex | 27 | 4A | 2B | 2F | 0 | 2A | 47 | 7F | 1F | 16 |
| Octal | 47 | 112 | 53 | 57 | 0 | 52 | 107 | 177 | 37 | 26 |
| Binary | 100111 | 1001010 | 101011 | 101111 | 0 | 101010 | 1000111 | 1111111 | 11111 | 10110 |
Color Harmonies of #274A2B
Complementary color
Monochromatic Colors of #274A2B
Black with #274A2B
Text Example
Text Example
White with #274A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A2B; }
p { color: rgb(39,74,43); }
H1.HeaderClassName
{
color: #274A2B;
}
.AnyTagClassName
{
color: #274A2B;
}
</style>
background-color css
<style>
a { background-color: #274A2B; }
a { background-color: rgb(39,74,43); }
div.DivClassName
{
background-color: #274A2B;
}
.BgClassName
{
background-color: #274A2B;
}
</style>
border-color css
<style>
span { border-color: #274A2B; }
span { border-color: rgb(39,74,43); }
td.TdClassName
{
border-color: #274A2B;
}
.TagClassName
{
border-color: #274A2B;
}
</style>