Shades of Pine Tree #27320E
Tints of Pine Tree #27320E
RGB
CMYK
RGB Variations
Color information
#27320E (or 0x27320E) is known color: Pine Tree. HEX triplet: 27, 32 and 0E. RGB value is (39,50,14). Sum of RGB (Red+Green+Blue) = 39+50+14=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #27320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27320E is #D8CDF1. Grayscale: #2A2A2A. Windows color (decimal): -14208498 or 930343. OLE color: 930343.
HSL color Cylindrical-coordinate representation of color #27320E: hue angle of 78.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27320E is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 14 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.80 |
| HSL | 78.33º | 0.56% | 0.13% | - |
| HSV(B) | 78.33º | 0.72% | 0.2% | - |
| XYZ | 2.06 | 2.74 | 0.84 | - |
| YUV | 42.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 14 | 0.22 | 0 | 0.72 | 0.80 | 78.33 | 0.56 | 0.13 |
| Hex | 27 | 32 | E | 16 | 0 | 48 | 50 | 4E | 38 | D |
| Octal | 47 | 62 | 16 | 26 | 0 | 110 | 120 | 116 | 70 | 15 |
| Binary | 100111 | 110010 | 1110 | 10110 | 0 | 1001000 | 1010000 | 1001110 | 111000 | 1101 |
Color Harmonies of #27320E
Complementary color
Monochromatic Colors of #27320E
Black with #27320E
Text Example
Text Example
White with #27320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27320E; }
p { color: rgb(39,50,14); }
H1.HeaderClassName
{
color: #27320E;
}
.AnyTagClassName
{
color: #27320E;
}
</style>
background-color css
<style>
a { background-color: #27320E; }
a { background-color: rgb(39,50,14); }
div.DivClassName
{
background-color: #27320E;
}
.BgClassName
{
background-color: #27320E;
}
</style>
border-color css
<style>
span { border-color: #27320E; }
span { border-color: rgb(39,50,14); }
td.TdClassName
{
border-color: #27320E;
}
.TagClassName
{
border-color: #27320E;
}
</style>