Shades of Pine Tree #0E1C03
Tints of Pine Tree #0E1C03
RGB
CMYK
RGB Variations
Color information
#0E1C03 (or 0x0E1C03) is known color: Pine Tree. HEX triplet: 0E, 1C and 03. RGB value is (14,28,3). Sum of RGB (Red+Green+Blue) = 14+28+3=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C03 is #F1E3FC. Grayscale: #151515. Windows color (decimal): -15852541 or 203790. OLE color: 203790.
HSL color Cylindrical-coordinate representation of color #0E1C03: hue angle of 93.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1C03 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 28 | 3 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.89 |
| HSL | 93.6º | 0.81% | 0.06% | - |
| HSV(B) | 93.6º | 0.89% | 0.11% | - |
| XYZ | 0.61 | 0.93 | 0.23 | - |
| YUV | 20.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 28 | 3 | 0.50 | 0 | 0.89 | 0.89 | 93.6 | 0.81 | 0.06 |
| Hex | E | 1C | 3 | 32 | 0 | 59 | 59 | 5E | 51 | 6 |
| Octal | 16 | 34 | 3 | 62 | 0 | 131 | 131 | 136 | 121 | 6 |
| Binary | 1110 | 11100 | 11 | 110010 | 0 | 1011001 | 1011001 | 1011110 | 1010001 | 110 |
Color Harmonies of #0E1C03
Complementary color
Monochromatic Colors of #0E1C03
Black with #0E1C03
Text Example
Text Example
White with #0E1C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1C03; }
p { color: rgb(14,28,3); }
H1.HeaderClassName
{
color: #0E1C03;
}
.AnyTagClassName
{
color: #0E1C03;
}
</style>
background-color css
<style>
a { background-color: #0E1C03; }
a { background-color: rgb(14,28,3); }
div.DivClassName
{
background-color: #0E1C03;
}
.BgClassName
{
background-color: #0E1C03;
}
</style>
border-color css
<style>
span { border-color: #0E1C03; }
span { border-color: rgb(14,28,3); }
td.TdClassName
{
border-color: #0E1C03;
}
.TagClassName
{
border-color: #0E1C03;
}
</style>