Shades of Pine Tree #0E1E03
Tints of Pine Tree #0E1E03
RGB
CMYK
RGB Variations
Color information
#0E1E03 (or 0x0E1E03) is known color: Pine Tree. HEX triplet: 0E, 1E and 03. RGB value is (14,30,3). Sum of RGB (Red+Green+Blue) = 14+30+3=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E03 is #F1E1FC. Grayscale: #161616. Windows color (decimal): -15852029 or 204302. OLE color: 204302.
HSL color Cylindrical-coordinate representation of color #0E1E03: hue angle of 95.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1E03 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 3 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.88 |
| HSL | 95.56º | 0.82% | 0.06% | - |
| HSV(B) | 95.56º | 0.9% | 0.12% | - |
| XYZ | 0.66 | 1.03 | 0.25 | - |
| YUV | 22.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 3 | 0.53 | 0 | 0.90 | 0.88 | 95.56 | 0.82 | 0.06 |
| Hex | E | 1E | 3 | 35 | 0 | 5A | 58 | 60 | 52 | 6 |
| Octal | 16 | 36 | 3 | 65 | 0 | 132 | 130 | 140 | 122 | 6 |
| Binary | 1110 | 11110 | 11 | 110101 | 0 | 1011010 | 1011000 | 1100000 | 1010010 | 110 |
Color Harmonies of #0E1E03
Complementary color
Monochromatic Colors of #0E1E03
Black with #0E1E03
Text Example
Text Example
White with #0E1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E03; }
p { color: rgb(14,30,3); }
H1.HeaderClassName
{
color: #0E1E03;
}
.AnyTagClassName
{
color: #0E1E03;
}
</style>
background-color css
<style>
a { background-color: #0E1E03; }
a { background-color: rgb(14,30,3); }
div.DivClassName
{
background-color: #0E1E03;
}
.BgClassName
{
background-color: #0E1E03;
}
</style>
border-color css
<style>
span { border-color: #0E1E03; }
span { border-color: rgb(14,30,3); }
td.TdClassName
{
border-color: #0E1E03;
}
.TagClassName
{
border-color: #0E1E03;
}
</style>