Shades of Pine Tree #0A0E03
Tints of Pine Tree #0A0E03
RGB
CMYK
RGB Variations
Color information
#0A0E03 (or 0x0A0E03) is known color: Pine Tree. HEX triplet: 0A, 0E and 03. RGB value is (10,14,3). Sum of RGB (Red+Green+Blue) = 10+14+3=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 14 (5.86% from 255 or 51.85% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 14 - color contains mainly: green. Hex color #0A0E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E03 is #F5F1FC. Grayscale: #0B0B0B. Windows color (decimal): -16118269 or 200202. OLE color: 200202.
HSL color Cylindrical-coordinate representation of color #0A0E03: hue angle of 81.82º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A0E03 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 14 | 3 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.95 |
| HSL | 81.82º | 0.65% | 0.03% | - |
| HSV(B) | 81.82º | 0.79% | 0.05% | - |
| XYZ | 0.3 | 0.39 | 0.14 | - |
| YUV | 11.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 3 | 0.29 | 0 | 0.79 | 0.95 | 81.82 | 0.65 | 0.03 |
| Hex | A | E | 3 | 1D | 0 | 4F | 5F | 52 | 41 | 3 |
| Octal | 12 | 16 | 3 | 35 | 0 | 117 | 137 | 122 | 101 | 3 |
| Binary | 1010 | 1110 | 11 | 11101 | 0 | 1001111 | 1011111 | 1010010 | 1000001 | 11 |
Color Harmonies of #0A0E03
Complementary color
Monochromatic Colors of #0A0E03
Black with #0A0E03
Text Example
Text Example
White with #0A0E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E03; }
p { color: rgb(10,14,3); }
H1.HeaderClassName
{
color: #0A0E03;
}
.AnyTagClassName
{
color: #0A0E03;
}
</style>
background-color css
<style>
a { background-color: #0A0E03; }
a { background-color: rgb(10,14,3); }
div.DivClassName
{
background-color: #0A0E03;
}
.BgClassName
{
background-color: #0A0E03;
}
</style>
border-color css
<style>
span { border-color: #0A0E03; }
span { border-color: rgb(10,14,3); }
td.TdClassName
{
border-color: #0A0E03;
}
.TagClassName
{
border-color: #0A0E03;
}
</style>