Shades of Pine Tree #0E1B07
Tints of Pine Tree #0E1B07
RGB
CMYK
RGB Variations
Color information
#0E1B07 (or 0x0E1B07) is known color: Pine Tree. HEX triplet: 0E, 1B and 07. RGB value is (14,27,7). Sum of RGB (Red+Green+Blue) = 14+27+7=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B07 is #F1E4F8. Grayscale: #141414. Windows color (decimal): -15852793 or 465678. OLE color: 465678.
HSL color Cylindrical-coordinate representation of color #0E1B07: hue angle of 99º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E1B07 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 27 | 7 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.89 |
| HSL | 99º | 0.59% | 0.07% | - |
| HSV(B) | 99º | 0.74% | 0.11% | - |
| XYZ | 0.61 | 0.89 | 0.34 | - |
| YUV | 20.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 27 | 7 | 0.48 | 0 | 0.74 | 0.89 | 99 | 0.59 | 0.07 |
| Hex | E | 1B | 7 | 30 | 0 | 4A | 59 | 63 | 3B | 7 |
| Octal | 16 | 33 | 7 | 60 | 0 | 112 | 131 | 143 | 73 | 7 |
| Binary | 1110 | 11011 | 111 | 110000 | 0 | 1001010 | 1011001 | 1100011 | 111011 | 111 |
Color Harmonies of #0E1B07
Complementary color
Monochromatic Colors of #0E1B07
Black with #0E1B07
Text Example
Text Example
White with #0E1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1B07; }
p { color: rgb(14,27,7); }
H1.HeaderClassName
{
color: #0E1B07;
}
.AnyTagClassName
{
color: #0E1B07;
}
</style>
background-color css
<style>
a { background-color: #0E1B07; }
a { background-color: rgb(14,27,7); }
div.DivClassName
{
background-color: #0E1B07;
}
.BgClassName
{
background-color: #0E1B07;
}
</style>
border-color css
<style>
span { border-color: #0E1B07; }
span { border-color: rgb(14,27,7); }
td.TdClassName
{
border-color: #0E1B07;
}
.TagClassName
{
border-color: #0E1B07;
}
</style>