Shades of Pine Tree #27390E
Tints of Pine Tree #27390E
RGB
CMYK
RGB Variations
Color information
#27390E (or 0x27390E) is known color: Pine Tree. HEX triplet: 27, 39 and 0E. RGB value is (39,57,14). Sum of RGB (Red+Green+Blue) = 39+57+14=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #27390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27390E is #D8C6F1. Grayscale: #2E2E2E. Windows color (decimal): -14206706 or 932135. OLE color: 932135.
HSL color Cylindrical-coordinate representation of color #27390E: hue angle of 85.12º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27390E is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 57 | 14 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.78 |
| HSL | 85.12º | 0.61% | 0.14% | - |
| HSV(B) | 85.12º | 0.75% | 0.22% | - |
| XYZ | 2.38 | 3.39 | 0.94 | - |
| YUV | 46.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 14 | 0.32 | 0 | 0.75 | 0.78 | 85.12 | 0.61 | 0.14 |
| Hex | 27 | 39 | E | 20 | 0 | 4B | 4E | 55 | 3D | E |
| Octal | 47 | 71 | 16 | 40 | 0 | 113 | 116 | 125 | 75 | 16 |
| Binary | 100111 | 111001 | 1110 | 100000 | 0 | 1001011 | 1001110 | 1010101 | 111101 | 1110 |
Color Harmonies of #27390E
Complementary color
Monochromatic Colors of #27390E
Black with #27390E
Text Example
Text Example
White with #27390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27390E; }
p { color: rgb(39,57,14); }
H1.HeaderClassName
{
color: #27390E;
}
.AnyTagClassName
{
color: #27390E;
}
</style>
background-color css
<style>
a { background-color: #27390E; }
a { background-color: rgb(39,57,14); }
div.DivClassName
{
background-color: #27390E;
}
.BgClassName
{
background-color: #27390E;
}
</style>
border-color css
<style>
span { border-color: #27390E; }
span { border-color: rgb(39,57,14); }
td.TdClassName
{
border-color: #27390E;
}
.TagClassName
{
border-color: #27390E;
}
</style>