Shades of Pine Tree #27340F
Tints of Pine Tree #27340F
RGB
CMYK
RGB Variations
Color information
#27340F (or 0x27340F) is known color: Pine Tree. HEX triplet: 27, 34 and 0F. RGB value is (39,52,15). Sum of RGB (Red+Green+Blue) = 39+52+15=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #27340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27340F is #D8CBF0. Grayscale: #2C2C2C. Windows color (decimal): -14207985 or 996391. OLE color: 996391.
HSL color Cylindrical-coordinate representation of color #27340F: hue angle of 81.08º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27340F is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 52 | 15 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.80 |
| HSL | 81.08º | 0.55% | 0.13% | - |
| HSV(B) | 81.08º | 0.71% | 0.2% | - |
| XYZ | 2.15 | 2.92 | 0.9 | - |
| YUV | 43.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 15 | 0.25 | 0 | 0.71 | 0.80 | 81.08 | 0.55 | 0.13 |
| Hex | 27 | 34 | F | 19 | 0 | 47 | 50 | 51 | 37 | D |
| Octal | 47 | 64 | 17 | 31 | 0 | 107 | 120 | 121 | 67 | 15 |
| Binary | 100111 | 110100 | 1111 | 11001 | 0 | 1000111 | 1010000 | 1010001 | 110111 | 1101 |
Color Harmonies of #27340F
Complementary color
Monochromatic Colors of #27340F
Black with #27340F
Text Example
Text Example
White with #27340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27340F; }
p { color: rgb(39,52,15); }
H1.HeaderClassName
{
color: #27340F;
}
.AnyTagClassName
{
color: #27340F;
}
</style>
background-color css
<style>
a { background-color: #27340F; }
a { background-color: rgb(39,52,15); }
div.DivClassName
{
background-color: #27340F;
}
.BgClassName
{
background-color: #27340F;
}
</style>
border-color css
<style>
span { border-color: #27340F; }
span { border-color: rgb(39,52,15); }
td.TdClassName
{
border-color: #27340F;
}
.TagClassName
{
border-color: #27340F;
}
</style>