Shades of Timber Green #27492F
Tints of Timber Green #27492F
RGB
CMYK
RGB Variations
Color information
#27492F (or 0x27492F) is known color: Timber Green. HEX triplet: 27, 49 and 2F. RGB value is (39,73,47). Sum of RGB (Red+Green+Blue) = 39+73+47=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #27492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27492F is #D8B6D0. Grayscale: #3B3B3B. Windows color (decimal): -14202577 or 3098919. OLE color: 3098919.
HSL color Cylindrical-coordinate representation of color #27492F: hue angle of 134.12º degrees, saturation: 0.3, 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 #27492F is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 73 | 47 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.71 |
| HSL | 134.12º | 0.3% | 0.22% | - |
| HSV(B) | 134.12º | 0.47% | 0.29% | - |
| XYZ | 3.73 | 5.4 | 3.54 | - |
| YUV | 59.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 47 | 0.47 | 0 | 0.36 | 0.71 | 134.12 | 0.3 | 0.22 |
| Hex | 27 | 49 | 2F | 2F | 0 | 24 | 47 | 86 | 1E | 16 |
| Octal | 47 | 111 | 57 | 57 | 0 | 44 | 107 | 206 | 36 | 26 |
| Binary | 100111 | 1001001 | 101111 | 101111 | 0 | 100100 | 1000111 | 10000110 | 11110 | 10110 |
Color Harmonies of #27492F
Complementary color
Monochromatic Colors of #27492F
Black with #27492F
Text Example
Text Example
White with #27492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27492F; }
p { color: rgb(39,73,47); }
H1.HeaderClassName
{
color: #27492F;
}
.AnyTagClassName
{
color: #27492F;
}
</style>
background-color css
<style>
a { background-color: #27492F; }
a { background-color: rgb(39,73,47); }
div.DivClassName
{
background-color: #27492F;
}
.BgClassName
{
background-color: #27492F;
}
</style>
border-color css
<style>
span { border-color: #27492F; }
span { border-color: rgb(39,73,47); }
td.TdClassName
{
border-color: #27492F;
}
.TagClassName
{
border-color: #27492F;
}
</style>