Shades of Pine Tree #060E03
Tints of Pine Tree #060E03
RGB
CMYK
RGB Variations
Color information
#060E03 (or 0x060E03) is known color: Pine Tree. HEX triplet: 06, 0E and 03. RGB value is (6,14,3). Sum of RGB (Red+Green+Blue) = 6+14+3=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 14 (5.86% from 255 or 60.87% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 14 - color contains mainly: green. Hex color #060E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E03 is #F9F1FC. Grayscale: #0A0A0A. Windows color (decimal): -16380413 or 200198. OLE color: 200198.
HSL color Cylindrical-coordinate representation of color #060E03: hue angle of 103.64º 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 #060E03 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 14 | 3 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.95 |
| HSL | 103.64º | 0.65% | 0.03% | - |
| HSV(B) | 103.64º | 0.79% | 0.05% | - |
| XYZ | 0.25 | 0.36 | 0.14 | - |
| YUV | 10.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 3 | 0.57 | 0 | 0.79 | 0.95 | 103.64 | 0.65 | 0.03 |
| Hex | 6 | E | 3 | 39 | 0 | 4F | 5F | 68 | 41 | 3 |
| Octal | 6 | 16 | 3 | 71 | 0 | 117 | 137 | 150 | 101 | 3 |
| Binary | 110 | 1110 | 11 | 111001 | 0 | 1001111 | 1011111 | 1101000 | 1000001 | 11 |
Color Harmonies of #060E03
Complementary color
Monochromatic Colors of #060E03
Black with #060E03
Text Example
Text Example
White with #060E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E03; }
p { color: rgb(6,14,3); }
H1.HeaderClassName
{
color: #060E03;
}
.AnyTagClassName
{
color: #060E03;
}
</style>
background-color css
<style>
a { background-color: #060E03; }
a { background-color: rgb(6,14,3); }
div.DivClassName
{
background-color: #060E03;
}
.BgClassName
{
background-color: #060E03;
}
</style>
border-color css
<style>
span { border-color: #060E03; }
span { border-color: rgb(6,14,3); }
td.TdClassName
{
border-color: #060E03;
}
.TagClassName
{
border-color: #060E03;
}
</style>