Shades of Pine Tree #050C00
Tints of Pine Tree #050C00
RGB
CMYK
RGB Variations
Color information
#050C00 (or 0x050C00) is known color: Pine Tree. HEX triplet: 05, 0C and 00. RGB value is (5,12,0). Sum of RGB (Red+Green+Blue) = 5+12+0=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 12 (5.08% from 255 or 70.59% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 12 - color contains mainly: green. Hex color #050C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C00 is #FAF3FF. Grayscale: #080808. Windows color (decimal): -16446464 or 3077. OLE color: 3077.
HSL color Cylindrical-coordinate representation of color #050C00: hue angle of 95º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050C00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 12 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.95 |
| HSL | 95º | 1% | 0.02% | - |
| HSV(B) | 95º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.3 | 0.05 | - |
| YUV | 8.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 0 | 0.58 | 0 | 1 | 0.95 | 95 | 1 | 0.02 |
| Hex | 5 | C | 0 | 3A | 0 | 64 | 5F | 5F | 64 | 2 |
| Octal | 5 | 14 | 0 | 72 | 0 | 144 | 137 | 137 | 144 | 2 |
| Binary | 101 | 1100 | 0 | 111010 | 0 | 1100100 | 1011111 | 1011111 | 1100100 | 10 |
Color Harmonies of #050C00
Complementary color
Monochromatic Colors of #050C00
Black with #050C00
Text Example
Text Example
White with #050C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C00; }
p { color: rgb(5,12,0); }
H1.HeaderClassName
{
color: #050C00;
}
.AnyTagClassName
{
color: #050C00;
}
</style>
background-color css
<style>
a { background-color: #050C00; }
a { background-color: rgb(5,12,0); }
div.DivClassName
{
background-color: #050C00;
}
.BgClassName
{
background-color: #050C00;
}
</style>
border-color css
<style>
span { border-color: #050C00; }
span { border-color: rgb(5,12,0); }
td.TdClassName
{
border-color: #050C00;
}
.TagClassName
{
border-color: #050C00;
}
</style>