Shades of Pine Tree #27410E
Tints of Pine Tree #27410E
RGB
CMYK
RGB Variations
Color information
#27410E (or 0x27410E) is known color: Pine Tree. HEX triplet: 27, 41 and 0E. RGB value is (39,65,14). Sum of RGB (Red+Green+Blue) = 39+65+14=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #27410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27410E is #D8BEF1. Grayscale: #333333. Windows color (decimal): -14204658 or 934183. OLE color: 934183.
HSL color Cylindrical-coordinate representation of color #27410E: hue angle of 90.59º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27410E is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 65 | 14 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.75 |
| HSL | 90.59º | 0.65% | 0.15% | - |
| HSV(B) | 90.59º | 0.78% | 0.25% | - |
| XYZ | 2.81 | 4.24 | 1.09 | - |
| YUV | 51.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 14 | 0.40 | 0 | 0.78 | 0.75 | 90.59 | 0.65 | 0.15 |
| Hex | 27 | 41 | E | 28 | 0 | 4E | 4B | 5B | 41 | F |
| Octal | 47 | 101 | 16 | 50 | 0 | 116 | 113 | 133 | 101 | 17 |
| Binary | 100111 | 1000001 | 1110 | 101000 | 0 | 1001110 | 1001011 | 1011011 | 1000001 | 1111 |
Color Harmonies of #27410E
Complementary color
Monochromatic Colors of #27410E
Black with #27410E
Text Example
Text Example
White with #27410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27410E; }
p { color: rgb(39,65,14); }
H1.HeaderClassName
{
color: #27410E;
}
.AnyTagClassName
{
color: #27410E;
}
</style>
background-color css
<style>
a { background-color: #27410E; }
a { background-color: rgb(39,65,14); }
div.DivClassName
{
background-color: #27410E;
}
.BgClassName
{
background-color: #27410E;
}
</style>
border-color css
<style>
span { border-color: #27410E; }
span { border-color: rgb(39,65,14); }
td.TdClassName
{
border-color: #27410E;
}
.TagClassName
{
border-color: #27410E;
}
</style>