Shades of Pine Tree #27320D
Tints of Pine Tree #27320D
RGB
CMYK
RGB Variations
Color information
#27320D (or 0x27320D) is known color: Pine Tree. HEX triplet: 27, 32 and 0D. RGB value is (39,50,13). Sum of RGB (Red+Green+Blue) = 39+50+13=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #27320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27320D is #D8CDF2. Grayscale: #2A2A2A. Windows color (decimal): -14208499 or 864807. OLE color: 864807.
HSL color Cylindrical-coordinate representation of color #27320D: hue angle of 77.84º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27320D is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 13 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.80 |
| HSL | 77.84º | 0.59% | 0.12% | - |
| HSV(B) | 77.84º | 0.74% | 0.2% | - |
| XYZ | 2.05 | 2.74 | 0.8 | - |
| YUV | 42.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 13 | 0.22 | 0 | 0.74 | 0.80 | 77.84 | 0.59 | 0.12 |
| Hex | 27 | 32 | D | 16 | 0 | 4A | 50 | 4E | 3B | C |
| Octal | 47 | 62 | 15 | 26 | 0 | 112 | 120 | 116 | 73 | 14 |
| Binary | 100111 | 110010 | 1101 | 10110 | 0 | 1001010 | 1010000 | 1001110 | 111011 | 1100 |
Color Harmonies of #27320D
Complementary color
Monochromatic Colors of #27320D
Black with #27320D
Text Example
Text Example
White with #27320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27320D; }
p { color: rgb(39,50,13); }
H1.HeaderClassName
{
color: #27320D;
}
.AnyTagClassName
{
color: #27320D;
}
</style>
background-color css
<style>
a { background-color: #27320D; }
a { background-color: rgb(39,50,13); }
div.DivClassName
{
background-color: #27320D;
}
.BgClassName
{
background-color: #27320D;
}
</style>
border-color css
<style>
span { border-color: #27320D; }
span { border-color: rgb(39,50,13); }
td.TdClassName
{
border-color: #27320D;
}
.TagClassName
{
border-color: #27320D;
}
</style>