Shades of Pine Tree #27311D
Tints of Pine Tree #27311D
RGB
CMYK
RGB Variations
Color information
#27311D (or 0x27311D) is known color: Pine Tree. HEX triplet: 27, 31 and 1D. RGB value is (39,49,29). Sum of RGB (Red+Green+Blue) = 39+49+29=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #27311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27311D is #D8CEE2. Grayscale: #2B2B2B. Windows color (decimal): -14208739 or 1913127. OLE color: 1913127.
HSL color Cylindrical-coordinate representation of color #27311D: hue angle of 90º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27311D is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 29 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.81 |
| HSL | 90º | 0.26% | 0.15% | - |
| HSV(B) | 90º | 0.41% | 0.19% | - |
| XYZ | 2.16 | 2.72 | 1.57 | - |
| YUV | 43.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 29 | 0.20 | 0 | 0.41 | 0.81 | 90 | 0.26 | 0.15 |
| Hex | 27 | 31 | 1D | 14 | 0 | 29 | 51 | 5A | 1A | F |
| Octal | 47 | 61 | 35 | 24 | 0 | 51 | 121 | 132 | 32 | 17 |
| Binary | 100111 | 110001 | 11101 | 10100 | 0 | 101001 | 1010001 | 1011010 | 11010 | 1111 |
Color Harmonies of #27311D
Complementary color
Monochromatic Colors of #27311D
Black with #27311D
Text Example
Text Example
White with #27311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27311D; }
p { color: rgb(39,49,29); }
H1.HeaderClassName
{
color: #27311D;
}
.AnyTagClassName
{
color: #27311D;
}
</style>
background-color css
<style>
a { background-color: #27311D; }
a { background-color: rgb(39,49,29); }
div.DivClassName
{
background-color: #27311D;
}
.BgClassName
{
background-color: #27311D;
}
</style>
border-color css
<style>
span { border-color: #27311D; }
span { border-color: rgb(39,49,29); }
td.TdClassName
{
border-color: #27311D;
}
.TagClassName
{
border-color: #27311D;
}
</style>