Shades of Timber Green #274A2D
Tints of Timber Green #274A2D
RGB
CMYK
RGB Variations
Color information
#274A2D (or 0x274A2D) is known color: Timber Green. HEX triplet: 27, 4A and 2D. RGB value is (39,74,45). Sum of RGB (Red+Green+Blue) = 39+74+45=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #274A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A2D is #D8B5D2. Grayscale: #3C3C3C. Windows color (decimal): -14202323 or 2968103. OLE color: 2968103.
HSL color Cylindrical-coordinate representation of color #274A2D: hue angle of 130.29º 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 #274A2D is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 74 | 45 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.71 |
| HSL | 130.29º | 0.31% | 0.22% | - |
| HSV(B) | 130.29º | 0.47% | 0.29% | - |
| XYZ | 3.76 | 5.52 | 3.35 | - |
| YUV | 60.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 45 | 0.47 | 0 | 0.39 | 0.71 | 130.29 | 0.31 | 0.22 |
| Hex | 27 | 4A | 2D | 2F | 0 | 27 | 47 | 82 | 1F | 16 |
| Octal | 47 | 112 | 55 | 57 | 0 | 47 | 107 | 202 | 37 | 26 |
| Binary | 100111 | 1001010 | 101101 | 101111 | 0 | 100111 | 1000111 | 10000010 | 11111 | 10110 |
Color Harmonies of #274A2D
Complementary color
Monochromatic Colors of #274A2D
Black with #274A2D
Text Example
Text Example
White with #274A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A2D; }
p { color: rgb(39,74,45); }
H1.HeaderClassName
{
color: #274A2D;
}
.AnyTagClassName
{
color: #274A2D;
}
</style>
background-color css
<style>
a { background-color: #274A2D; }
a { background-color: rgb(39,74,45); }
div.DivClassName
{
background-color: #274A2D;
}
.BgClassName
{
background-color: #274A2D;
}
</style>
border-color css
<style>
span { border-color: #274A2D; }
span { border-color: rgb(39,74,45); }
td.TdClassName
{
border-color: #274A2D;
}
.TagClassName
{
border-color: #274A2D;
}
</style>