Shades of Pine Tree #0E1F02
Tints of Pine Tree #0E1F02
RGB
CMYK
RGB Variations
Color information
#0E1F02 (or 0x0E1F02) is known color: Pine Tree. HEX triplet: 0E, 1F and 02. RGB value is (14,31,2). Sum of RGB (Red+Green+Blue) = 14+31+2=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F02 is #F1E0FD. Grayscale: #161616. Windows color (decimal): -15851774 or 139022. OLE color: 139022.
HSL color Cylindrical-coordinate representation of color #0E1F02: hue angle of 95.17º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E1F02 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 31 | 2 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.88 |
| HSL | 95.17º | 0.88% | 0.06% | - |
| HSV(B) | 95.17º | 0.94% | 0.12% | - |
| XYZ | 0.68 | 1.08 | 0.23 | - |
| YUV | 22.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 31 | 2 | 0.55 | 0 | 0.94 | 0.88 | 95.17 | 0.88 | 0.06 |
| Hex | E | 1F | 2 | 37 | 0 | 5E | 58 | 5F | 58 | 6 |
| Octal | 16 | 37 | 2 | 67 | 0 | 136 | 130 | 137 | 130 | 6 |
| Binary | 1110 | 11111 | 10 | 110111 | 0 | 1011110 | 1011000 | 1011111 | 1011000 | 110 |
Color Harmonies of #0E1F02
Complementary color
Monochromatic Colors of #0E1F02
Black with #0E1F02
Text Example
Text Example
White with #0E1F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1F02; }
p { color: rgb(14,31,2); }
H1.HeaderClassName
{
color: #0E1F02;
}
.AnyTagClassName
{
color: #0E1F02;
}
</style>
background-color css
<style>
a { background-color: #0E1F02; }
a { background-color: rgb(14,31,2); }
div.DivClassName
{
background-color: #0E1F02;
}
.BgClassName
{
background-color: #0E1F02;
}
</style>
border-color css
<style>
span { border-color: #0E1F02; }
span { border-color: rgb(14,31,2); }
td.TdClassName
{
border-color: #0E1F02;
}
.TagClassName
{
border-color: #0E1F02;
}
</style>