Shades of Pine Tree #050C03
Tints of Pine Tree #050C03
RGB
CMYK
RGB Variations
Color information
#050C03 (or 0x050C03) is known color: Pine Tree. HEX triplet: 05, 0C and 03. RGB value is (5,12,3). Sum of RGB (Red+Green+Blue) = 5+12+3=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 12 (5.08% from 255 or 60% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 12 - color contains mainly: green. Hex color #050C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C03 is #FAF3FC. Grayscale: #080808. Windows color (decimal): -16446461 or 199685. OLE color: 199685.
HSL color Cylindrical-coordinate representation of color #050C03: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #050C03 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 12 | 3 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.95 |
| HSL | 106.67º | 0.6% | 0.03% | - |
| HSV(B) | 106.67º | 0.75% | 0.05% | - |
| XYZ | 0.21 | 0.3 | 0.13 | - |
| YUV | 8.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 3 | 0.58 | 0 | 0.75 | 0.95 | 106.67 | 0.6 | 0.03 |
| Hex | 5 | C | 3 | 3A | 0 | 4B | 5F | 6B | 3C | 3 |
| Octal | 5 | 14 | 3 | 72 | 0 | 113 | 137 | 153 | 74 | 3 |
| Binary | 101 | 1100 | 11 | 111010 | 0 | 1001011 | 1011111 | 1101011 | 111100 | 11 |
Color Harmonies of #050C03
Complementary color
Monochromatic Colors of #050C03
Black with #050C03
Text Example
Text Example
White with #050C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C03; }
p { color: rgb(5,12,3); }
H1.HeaderClassName
{
color: #050C03;
}
.AnyTagClassName
{
color: #050C03;
}
</style>
background-color css
<style>
a { background-color: #050C03; }
a { background-color: rgb(5,12,3); }
div.DivClassName
{
background-color: #050C03;
}
.BgClassName
{
background-color: #050C03;
}
</style>
border-color css
<style>
span { border-color: #050C03; }
span { border-color: rgb(5,12,3); }
td.TdClassName
{
border-color: #050C03;
}
.TagClassName
{
border-color: #050C03;
}
</style>