Shades of Timber Green #274B2C
Tints of Timber Green #274B2C
RGB
CMYK
RGB Variations
Color information
#274B2C (or 0x274B2C) is known color: Timber Green. HEX triplet: 27, 4B and 2C. RGB value is (39,75,44). Sum of RGB (Red+Green+Blue) = 39+75+44=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #274B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B2C is #D8B4D3. Grayscale: #3C3C3C. Windows color (decimal): -14202068 or 2902823. OLE color: 2902823.
HSL color Cylindrical-coordinate representation of color #274B2C: hue angle of 128.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274B2C is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 75 | 44 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.71 |
| HSL | 128.33º | 0.32% | 0.22% | - |
| HSV(B) | 128.33º | 0.48% | 0.29% | - |
| XYZ | 3.81 | 5.65 | 3.27 | - |
| YUV | 60.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 44 | 0.48 | 0 | 0.41 | 0.71 | 128.33 | 0.32 | 0.22 |
| Hex | 27 | 4B | 2C | 30 | 0 | 29 | 47 | 80 | 20 | 16 |
| Octal | 47 | 113 | 54 | 60 | 0 | 51 | 107 | 200 | 40 | 26 |
| Binary | 100111 | 1001011 | 101100 | 110000 | 0 | 101001 | 1000111 | 10000000 | 100000 | 10110 |
Color Harmonies of #274B2C
Complementary color
Monochromatic Colors of #274B2C
Black with #274B2C
Text Example
Text Example
White with #274B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B2C; }
p { color: rgb(39,75,44); }
H1.HeaderClassName
{
color: #274B2C;
}
.AnyTagClassName
{
color: #274B2C;
}
</style>
background-color css
<style>
a { background-color: #274B2C; }
a { background-color: rgb(39,75,44); }
div.DivClassName
{
background-color: #274B2C;
}
.BgClassName
{
background-color: #274B2C;
}
</style>
border-color css
<style>
span { border-color: #274B2C; }
span { border-color: rgb(39,75,44); }
td.TdClassName
{
border-color: #274B2C;
}
.TagClassName
{
border-color: #274B2C;
}
</style>