Shades of Pine Tree #0E1605
Tints of Pine Tree #0E1605
RGB
CMYK
RGB Variations
Color information
#0E1605 (or 0x0E1605) is known color: Pine Tree. HEX triplet: 0E, 16 and 05. RGB value is (14,22,5). Sum of RGB (Red+Green+Blue) = 14+22+5=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1605 is #F1E9FA. Grayscale: #111111. Windows color (decimal): -15854075 or 333326. OLE color: 333326.
HSL color Cylindrical-coordinate representation of color #0E1605: hue angle of 88.24º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E1605 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 22 | 5 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.91 |
| HSL | 88.24º | 0.63% | 0.05% | - |
| HSV(B) | 88.24º | 0.77% | 0.09% | - |
| XYZ | 0.5 | 0.68 | 0.25 | - |
| YUV | 17.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 5 | 0.36 | 0 | 0.77 | 0.91 | 88.24 | 0.63 | 0.05 |
| Hex | E | 16 | 5 | 24 | 0 | 4D | 5B | 58 | 3F | 5 |
| Octal | 16 | 26 | 5 | 44 | 0 | 115 | 133 | 130 | 77 | 5 |
| Binary | 1110 | 10110 | 101 | 100100 | 0 | 1001101 | 1011011 | 1011000 | 111111 | 101 |
Color Harmonies of #0E1605
Complementary color
Monochromatic Colors of #0E1605
Black with #0E1605
Text Example
Text Example
White with #0E1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1605; }
p { color: rgb(14,22,5); }
H1.HeaderClassName
{
color: #0E1605;
}
.AnyTagClassName
{
color: #0E1605;
}
</style>
background-color css
<style>
a { background-color: #0E1605; }
a { background-color: rgb(14,22,5); }
div.DivClassName
{
background-color: #0E1605;
}
.BgClassName
{
background-color: #0E1605;
}
</style>
border-color css
<style>
span { border-color: #0E1605; }
span { border-color: rgb(14,22,5); }
td.TdClassName
{
border-color: #0E1605;
}
.TagClassName
{
border-color: #0E1605;
}
</style>