Shades of Pine Tree #27320C
Tints of Pine Tree #27320C
RGB
CMYK
RGB Variations
Color information
#27320C (or 0x27320C) is known color: Pine Tree. HEX triplet: 27, 32 and 0C. RGB value is (39,50,12). Sum of RGB (Red+Green+Blue) = 39+50+12=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #27320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27320C is #D8CDF3. Grayscale: #2A2A2A. Windows color (decimal): -14208500 or 799271. OLE color: 799271.
HSL color Cylindrical-coordinate representation of color #27320C: hue angle of 77.37º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27320C is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 12 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.80 |
| HSL | 77.37º | 0.61% | 0.12% | - |
| HSV(B) | 77.37º | 0.76% | 0.2% | - |
| XYZ | 2.04 | 2.74 | 0.77 | - |
| YUV | 42.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 12 | 0.22 | 0 | 0.76 | 0.80 | 77.37 | 0.61 | 0.12 |
| Hex | 27 | 32 | C | 16 | 0 | 4C | 50 | 4D | 3D | C |
| Octal | 47 | 62 | 14 | 26 | 0 | 114 | 120 | 115 | 75 | 14 |
| Binary | 100111 | 110010 | 1100 | 10110 | 0 | 1001100 | 1010000 | 1001101 | 111101 | 1100 |
Color Harmonies of #27320C
Complementary color
Monochromatic Colors of #27320C
Black with #27320C
Text Example
Text Example
White with #27320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27320C; }
p { color: rgb(39,50,12); }
H1.HeaderClassName
{
color: #27320C;
}
.AnyTagClassName
{
color: #27320C;
}
</style>
background-color css
<style>
a { background-color: #27320C; }
a { background-color: rgb(39,50,12); }
div.DivClassName
{
background-color: #27320C;
}
.BgClassName
{
background-color: #27320C;
}
</style>
border-color css
<style>
span { border-color: #27320C; }
span { border-color: rgb(39,50,12); }
td.TdClassName
{
border-color: #27320C;
}
.TagClassName
{
border-color: #27320C;
}
</style>