Shades of Timber Green #27462F
Tints of Timber Green #27462F
RGB
CMYK
RGB Variations
Color information
#27462F (or 0x27462F) is known color: Timber Green. HEX triplet: 27, 46 and 2F. RGB value is (39,70,47). Sum of RGB (Red+Green+Blue) = 39+70+47=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #27462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27462F is #D8B9D0. Grayscale: #3A3A3A. Windows color (decimal): -14203345 or 3098151. OLE color: 3098151.
HSL color Cylindrical-coordinate representation of color #27462F: hue angle of 135.48º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #27462F is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 70 | 47 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.73 |
| HSL | 135.48º | 0.28% | 0.21% | - |
| HSV(B) | 135.48º | 0.44% | 0.27% | - |
| XYZ | 3.54 | 5.02 | 3.47 | - |
| YUV | 58.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 47 | 0.44 | 0 | 0.33 | 0.73 | 135.48 | 0.28 | 0.21 |
| Hex | 27 | 46 | 2F | 2C | 0 | 21 | 49 | 87 | 1C | 15 |
| Octal | 47 | 106 | 57 | 54 | 0 | 41 | 111 | 207 | 34 | 25 |
| Binary | 100111 | 1000110 | 101111 | 101100 | 0 | 100001 | 1001001 | 10000111 | 11100 | 10101 |
Color Harmonies of #27462F
Complementary color
Monochromatic Colors of #27462F
Black with #27462F
Text Example
Text Example
White with #27462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27462F; }
p { color: rgb(39,70,47); }
H1.HeaderClassName
{
color: #27462F;
}
.AnyTagClassName
{
color: #27462F;
}
</style>
background-color css
<style>
a { background-color: #27462F; }
a { background-color: rgb(39,70,47); }
div.DivClassName
{
background-color: #27462F;
}
.BgClassName
{
background-color: #27462F;
}
</style>
border-color css
<style>
span { border-color: #27462F; }
span { border-color: rgb(39,70,47); }
td.TdClassName
{
border-color: #27462F;
}
.TagClassName
{
border-color: #27462F;
}
</style>