Shades of Pine Tree #0E1E01
Tints of Pine Tree #0E1E01
RGB
CMYK
RGB Variations
Color information
#0E1E01 (or 0x0E1E01) is known color: Pine Tree. HEX triplet: 0E, 1E and 01. RGB value is (14,30,1). Sum of RGB (Red+Green+Blue) = 14+30+1=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E01 is #F1E1FE. Grayscale: #161616. Windows color (decimal): -15852031 or 73230. OLE color: 73230.
HSL color Cylindrical-coordinate representation of color #0E1E01: hue angle of 93.1º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E1E01 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 1 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.88 |
| HSL | 93.1º | 0.94% | 0.06% | - |
| HSV(B) | 93.1º | 0.97% | 0.12% | - |
| XYZ | 0.65 | 1.02 | 0.19 | - |
| YUV | 21.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 1 | 0.53 | 0 | 0.97 | 0.88 | 93.1 | 0.94 | 0.06 |
| Hex | E | 1E | 1 | 35 | 0 | 61 | 58 | 5D | 5E | 6 |
| Octal | 16 | 36 | 1 | 65 | 0 | 141 | 130 | 135 | 136 | 6 |
| Binary | 1110 | 11110 | 1 | 110101 | 0 | 1100001 | 1011000 | 1011101 | 1011110 | 110 |
Color Harmonies of #0E1E01
Complementary color
Monochromatic Colors of #0E1E01
Black with #0E1E01
Text Example
Text Example
White with #0E1E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E01; }
p { color: rgb(14,30,1); }
H1.HeaderClassName
{
color: #0E1E01;
}
.AnyTagClassName
{
color: #0E1E01;
}
</style>
background-color css
<style>
a { background-color: #0E1E01; }
a { background-color: rgb(14,30,1); }
div.DivClassName
{
background-color: #0E1E01;
}
.BgClassName
{
background-color: #0E1E01;
}
</style>
border-color css
<style>
span { border-color: #0E1E01; }
span { border-color: rgb(14,30,1); }
td.TdClassName
{
border-color: #0E1E01;
}
.TagClassName
{
border-color: #0E1E01;
}
</style>