Shades of Pine Tree #0E2103
Tints of Pine Tree #0E2103
RGB
CMYK
RGB Variations
Color information
#0E2103 (or 0x0E2103) is known color: Pine Tree. HEX triplet: 0E, 21 and 03. RGB value is (14,33,3). Sum of RGB (Red+Green+Blue) = 14+33+3=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #0E2103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2103 is #F1DEFC. Grayscale: #171717. Windows color (decimal): -15851261 or 205070. OLE color: 205070.
HSL color Cylindrical-coordinate representation of color #0E2103: hue angle of 98º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E2103 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 33 | 3 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.87 |
| HSL | 98º | 0.83% | 0.07% | - |
| HSV(B) | 98º | 0.91% | 0.13% | - |
| XYZ | 0.74 | 1.19 | 0.28 | - |
| YUV | 23.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 3 | 0.58 | 0 | 0.91 | 0.87 | 98 | 0.83 | 0.07 |
| Hex | E | 21 | 3 | 3A | 0 | 5B | 57 | 62 | 53 | 7 |
| Octal | 16 | 41 | 3 | 72 | 0 | 133 | 127 | 142 | 123 | 7 |
| Binary | 1110 | 100001 | 11 | 111010 | 0 | 1011011 | 1010111 | 1100010 | 1010011 | 111 |
Color Harmonies of #0E2103
Complementary color
Monochromatic Colors of #0E2103
Black with #0E2103
Text Example
Text Example
White with #0E2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2103; }
p { color: rgb(14,33,3); }
H1.HeaderClassName
{
color: #0E2103;
}
.AnyTagClassName
{
color: #0E2103;
}
</style>
background-color css
<style>
a { background-color: #0E2103; }
a { background-color: rgb(14,33,3); }
div.DivClassName
{
background-color: #0E2103;
}
.BgClassName
{
background-color: #0E2103;
}
</style>
border-color css
<style>
span { border-color: #0E2103; }
span { border-color: rgb(14,33,3); }
td.TdClassName
{
border-color: #0E2103;
}
.TagClassName
{
border-color: #0E2103;
}
</style>