Shades of Timber Green #27482D
Tints of Timber Green #27482D
RGB
CMYK
RGB Variations
Color information
#27482D (or 0x27482D) is known color: Timber Green. HEX triplet: 27, 48 and 2D. RGB value is (39,72,45). Sum of RGB (Red+Green+Blue) = 39+72+45=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #27482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27482D is #D8B7D2. Grayscale: #3B3B3B. Windows color (decimal): -14202835 or 2967591. OLE color: 2967591.
HSL color Cylindrical-coordinate representation of color #27482D: hue angle of 130.91º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27482D is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 72 | 45 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.72 |
| HSL | 130.91º | 0.3% | 0.22% | - |
| HSV(B) | 130.91º | 0.46% | 0.28% | - |
| XYZ | 3.63 | 5.26 | 3.31 | - |
| YUV | 59.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 45 | 0.46 | 0 | 0.38 | 0.72 | 130.91 | 0.3 | 0.22 |
| Hex | 27 | 48 | 2D | 2E | 0 | 26 | 48 | 83 | 1E | 16 |
| Octal | 47 | 110 | 55 | 56 | 0 | 46 | 110 | 203 | 36 | 26 |
| Binary | 100111 | 1001000 | 101101 | 101110 | 0 | 100110 | 1001000 | 10000011 | 11110 | 10110 |
Color Harmonies of #27482D
Complementary color
Monochromatic Colors of #27482D
Black with #27482D
Text Example
Text Example
White with #27482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27482D; }
p { color: rgb(39,72,45); }
H1.HeaderClassName
{
color: #27482D;
}
.AnyTagClassName
{
color: #27482D;
}
</style>
background-color css
<style>
a { background-color: #27482D; }
a { background-color: rgb(39,72,45); }
div.DivClassName
{
background-color: #27482D;
}
.BgClassName
{
background-color: #27482D;
}
</style>
border-color css
<style>
span { border-color: #27482D; }
span { border-color: rgb(39,72,45); }
td.TdClassName
{
border-color: #27482D;
}
.TagClassName
{
border-color: #27482D;
}
</style>