Shades of Pine Tree #0A0E05
Tints of Pine Tree #0A0E05
RGB
CMYK
RGB Variations
Color information
#0A0E05 (or 0x0A0E05) is known color: Pine Tree. HEX triplet: 0A, 0E and 05. RGB value is (10,14,5). Sum of RGB (Red+Green+Blue) = 10+14+5=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 14 (5.86% from 255 or 48.28% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 14 - color contains mainly: green. Hex color #0A0E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E05 is #F5F1FA. Grayscale: #0B0B0B. Windows color (decimal): -16118267 or 331274. OLE color: 331274.
HSL color Cylindrical-coordinate representation of color #0A0E05: hue angle of 86.67º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A0E05 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 14 | 5 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.95 |
| HSL | 86.67º | 0.47% | 0.04% | - |
| HSV(B) | 86.67º | 0.64% | 0.05% | - |
| XYZ | 0.31 | 0.39 | 0.2 | - |
| YUV | 11.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 5 | 0.29 | 0 | 0.64 | 0.95 | 86.67 | 0.47 | 0.04 |
| Hex | A | E | 5 | 1D | 0 | 40 | 5F | 57 | 2F | 4 |
| Octal | 12 | 16 | 5 | 35 | 0 | 100 | 137 | 127 | 57 | 4 |
| Binary | 1010 | 1110 | 101 | 11101 | 0 | 1000000 | 1011111 | 1010111 | 101111 | 100 |
Color Harmonies of #0A0E05
Complementary color
Monochromatic Colors of #0A0E05
Black with #0A0E05
Text Example
Text Example
White with #0A0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E05; }
p { color: rgb(10,14,5); }
H1.HeaderClassName
{
color: #0A0E05;
}
.AnyTagClassName
{
color: #0A0E05;
}
</style>
background-color css
<style>
a { background-color: #0A0E05; }
a { background-color: rgb(10,14,5); }
div.DivClassName
{
background-color: #0A0E05;
}
.BgClassName
{
background-color: #0A0E05;
}
</style>
border-color css
<style>
span { border-color: #0A0E05; }
span { border-color: rgb(10,14,5); }
td.TdClassName
{
border-color: #0A0E05;
}
.TagClassName
{
border-color: #0A0E05;
}
</style>