Shades of Pine Tree #27301E
Tints of Pine Tree #27301E
RGB
CMYK
RGB Variations
Color information
#27301E (or 0x27301E) is known color: Pine Tree. HEX triplet: 27, 30 and 1E. RGB value is (39,48,30). Sum of RGB (Red+Green+Blue) = 39+48+30=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #27301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27301E is #D8CFE1. Grayscale: #2B2B2B. Windows color (decimal): -14208994 or 1978407. OLE color: 1978407.
HSL color Cylindrical-coordinate representation of color #27301E: hue angle of 90º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #27301E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 48 | 30 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.81 |
| HSL | 90º | 0.23% | 0.15% | - |
| HSV(B) | 90º | 0.38% | 0.19% | - |
| XYZ | 2.13 | 2.64 | 1.63 | - |
| YUV | 43.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 30 | 0.19 | 0 | 0.37 | 0.81 | 90 | 0.23 | 0.15 |
| Hex | 27 | 30 | 1E | 13 | 0 | 25 | 51 | 5A | 17 | F |
| Octal | 47 | 60 | 36 | 23 | 0 | 45 | 121 | 132 | 27 | 17 |
| Binary | 100111 | 110000 | 11110 | 10011 | 0 | 100101 | 1010001 | 1011010 | 10111 | 1111 |
Color Harmonies of #27301E
Complementary color
Monochromatic Colors of #27301E
Black with #27301E
Text Example
Text Example
White with #27301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27301E; }
p { color: rgb(39,48,30); }
H1.HeaderClassName
{
color: #27301E;
}
.AnyTagClassName
{
color: #27301E;
}
</style>
background-color css
<style>
a { background-color: #27301E; }
a { background-color: rgb(39,48,30); }
div.DivClassName
{
background-color: #27301E;
}
.BgClassName
{
background-color: #27301E;
}
</style>
border-color css
<style>
span { border-color: #27301E; }
span { border-color: rgb(39,48,30); }
td.TdClassName
{
border-color: #27301E;
}
.TagClassName
{
border-color: #27301E;
}
</style>