Shades of Timber Green #274B2D
Tints of Timber Green #274B2D
RGB
CMYK
RGB Variations
Color information
#274B2D (or 0x274B2D) is known color: Timber Green. HEX triplet: 27, 4B and 2D. RGB value is (39,75,45). Sum of RGB (Red+Green+Blue) = 39+75+45=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #274B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B2D is #D8B4D2. Grayscale: #3C3C3C. Windows color (decimal): -14202067 or 2968359. OLE color: 2968359.
HSL color Cylindrical-coordinate representation of color #274B2D: hue angle of 130º 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 #274B2D is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 75 | 45 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.71 |
| HSL | 130º | 0.32% | 0.22% | - |
| HSV(B) | 130º | 0.48% | 0.29% | - |
| XYZ | 3.83 | 5.65 | 3.37 | - |
| YUV | 60.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 45 | 0.48 | 0 | 0.40 | 0.71 | 130 | 0.32 | 0.22 |
| Hex | 27 | 4B | 2D | 30 | 0 | 28 | 47 | 82 | 20 | 16 |
| Octal | 47 | 113 | 55 | 60 | 0 | 50 | 107 | 202 | 40 | 26 |
| Binary | 100111 | 1001011 | 101101 | 110000 | 0 | 101000 | 1000111 | 10000010 | 100000 | 10110 |
Color Harmonies of #274B2D
Complementary color
Monochromatic Colors of #274B2D
Black with #274B2D
Text Example
Text Example
White with #274B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B2D; }
p { color: rgb(39,75,45); }
H1.HeaderClassName
{
color: #274B2D;
}
.AnyTagClassName
{
color: #274B2D;
}
</style>
background-color css
<style>
a { background-color: #274B2D; }
a { background-color: rgb(39,75,45); }
div.DivClassName
{
background-color: #274B2D;
}
.BgClassName
{
background-color: #274B2D;
}
</style>
border-color css
<style>
span { border-color: #274B2D; }
span { border-color: rgb(39,75,45); }
td.TdClassName
{
border-color: #274B2D;
}
.TagClassName
{
border-color: #274B2D;
}
</style>