Shades of Pine Tree #0E1F01
Tints of Pine Tree #0E1F01
RGB
CMYK
RGB Variations
Color information
#0E1F01 (or 0x0E1F01) is known color: Pine Tree. HEX triplet: 0E, 1F and 01. RGB value is (14,31,1). Sum of RGB (Red+Green+Blue) = 14+31+1=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F01 is #F1E0FE. Grayscale: #161616. Windows color (decimal): -15851775 or 73486. OLE color: 73486.
HSL color Cylindrical-coordinate representation of color #0E1F01: hue angle of 94º 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 #0E1F01 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 31 | 1 | - |
| CMYK | 0.55 | 0 | 0.97 | 0.88 |
| HSL | 94º | 0.94% | 0.06% | - |
| HSV(B) | 94º | 0.97% | 0.12% | - |
| XYZ | 0.68 | 1.08 | 0.2 | - |
| YUV | 22.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 31 | 1 | 0.55 | 0 | 0.97 | 0.88 | 94 | 0.94 | 0.06 |
| Hex | E | 1F | 1 | 37 | 0 | 61 | 58 | 5E | 5E | 6 |
| Octal | 16 | 37 | 1 | 67 | 0 | 141 | 130 | 136 | 136 | 6 |
| Binary | 1110 | 11111 | 1 | 110111 | 0 | 1100001 | 1011000 | 1011110 | 1011110 | 110 |
Color Harmonies of #0E1F01
Complementary color
Monochromatic Colors of #0E1F01
Black with #0E1F01
Text Example
Text Example
White with #0E1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1F01; }
p { color: rgb(14,31,1); }
H1.HeaderClassName
{
color: #0E1F01;
}
.AnyTagClassName
{
color: #0E1F01;
}
</style>
background-color css
<style>
a { background-color: #0E1F01; }
a { background-color: rgb(14,31,1); }
div.DivClassName
{
background-color: #0E1F01;
}
.BgClassName
{
background-color: #0E1F01;
}
</style>
border-color css
<style>
span { border-color: #0E1F01; }
span { border-color: rgb(14,31,1); }
td.TdClassName
{
border-color: #0E1F01;
}
.TagClassName
{
border-color: #0E1F01;
}
</style>