Shades of Pine Tree #0E2001
Tints of Pine Tree #0E2001
RGB
CMYK
RGB Variations
Color information
#0E2001 (or 0x0E2001) is known color: Pine Tree. HEX triplet: 0E, 20 and 01. RGB value is (14,32,1). Sum of RGB (Red+Green+Blue) = 14+32+1=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 32 (12.89% from 255 or 68.09% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2001 is #F1DFFE. Grayscale: #171717. Windows color (decimal): -15851519 or 73742. OLE color: 73742.
HSL color Cylindrical-coordinate representation of color #0E2001: hue angle of 94.84º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E2001 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 32 | 1 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.87 |
| HSL | 94.84º | 0.94% | 0.06% | - |
| HSV(B) | 94.84º | 0.97% | 0.13% | - |
| XYZ | 0.7 | 1.13 | 0.21 | - |
| YUV | 23.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 1 | 0.56 | 0 | 0.97 | 0.87 | 94.84 | 0.94 | 0.06 |
| Hex | E | 20 | 1 | 38 | 0 | 61 | 57 | 5F | 5E | 6 |
| Octal | 16 | 40 | 1 | 70 | 0 | 141 | 127 | 137 | 136 | 6 |
| Binary | 1110 | 100000 | 1 | 111000 | 0 | 1100001 | 1010111 | 1011111 | 1011110 | 110 |
Color Harmonies of #0E2001
Complementary color
Monochromatic Colors of #0E2001
Black with #0E2001
Text Example
Text Example
White with #0E2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2001; }
p { color: rgb(14,32,1); }
H1.HeaderClassName
{
color: #0E2001;
}
.AnyTagClassName
{
color: #0E2001;
}
</style>
background-color css
<style>
a { background-color: #0E2001; }
a { background-color: rgb(14,32,1); }
div.DivClassName
{
background-color: #0E2001;
}
.BgClassName
{
background-color: #0E2001;
}
</style>
border-color css
<style>
span { border-color: #0E2001; }
span { border-color: rgb(14,32,1); }
td.TdClassName
{
border-color: #0E2001;
}
.TagClassName
{
border-color: #0E2001;
}
</style>