Shades of Pine Tree #0E1B08
Tints of Pine Tree #0E1B08
RGB
CMYK
RGB Variations
Color information
#0E1B08 (or 0x0E1B08) is known color: Pine Tree. HEX triplet: 0E, 1B and 08. RGB value is (14,27,8). Sum of RGB (Red+Green+Blue) = 14+27+8=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B08 is #F1E4F7. Grayscale: #151515. Windows color (decimal): -15852792 or 531214. OLE color: 531214.
HSL color Cylindrical-coordinate representation of color #0E1B08: hue angle of 101.05º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E1B08 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 27 | 8 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.89 |
| HSL | 101.05º | 0.54% | 0.07% | - |
| HSV(B) | 101.05º | 0.7% | 0.11% | - |
| XYZ | 0.62 | 0.89 | 0.37 | - |
| YUV | 20.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 27 | 8 | 0.48 | 0 | 0.70 | 0.89 | 101.05 | 0.54 | 0.07 |
| Hex | E | 1B | 8 | 30 | 0 | 46 | 59 | 65 | 36 | 7 |
| Octal | 16 | 33 | 10 | 60 | 0 | 106 | 131 | 145 | 66 | 7 |
| Binary | 1110 | 11011 | 1000 | 110000 | 0 | 1000110 | 1011001 | 1100101 | 110110 | 111 |
Color Harmonies of #0E1B08
Complementary color
Monochromatic Colors of #0E1B08
Black with #0E1B08
Text Example
Text Example
White with #0E1B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1B08; }
p { color: rgb(14,27,8); }
H1.HeaderClassName
{
color: #0E1B08;
}
.AnyTagClassName
{
color: #0E1B08;
}
</style>
background-color css
<style>
a { background-color: #0E1B08; }
a { background-color: rgb(14,27,8); }
div.DivClassName
{
background-color: #0E1B08;
}
.BgClassName
{
background-color: #0E1B08;
}
</style>
border-color css
<style>
span { border-color: #0E1B08; }
span { border-color: rgb(14,27,8); }
td.TdClassName
{
border-color: #0E1B08;
}
.TagClassName
{
border-color: #0E1B08;
}
</style>