Shades of Pine Tree #051200
Tints of Pine Tree #051200
RGB
CMYK
RGB Variations
Color information
#051200 (or 0x051200) is known color: Pine Tree. HEX triplet: 05, 12 and 00. RGB value is (5,18,0). Sum of RGB (Red+Green+Blue) = 5+18+0=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #051200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051200 is #FAEDFF. Grayscale: #0C0C0C. Windows color (decimal): -16444928 or 4613. OLE color: 4613.
HSL color Cylindrical-coordinate representation of color #051200: hue angle of 103.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #051200 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 18 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.93 |
| HSL | 103.33º | 1% | 0.04% | - |
| HSV(B) | 103.33º | 1% | 0.07% | - |
| XYZ | 0.28 | 0.46 | 0.08 | - |
| YUV | 12.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 0 | 0.72 | 0 | 1 | 0.93 | 103.33 | 1 | 0.04 |
| Hex | 5 | 12 | 0 | 48 | 0 | 64 | 5D | 67 | 64 | 4 |
| Octal | 5 | 22 | 0 | 110 | 0 | 144 | 135 | 147 | 144 | 4 |
| Binary | 101 | 10010 | 0 | 1001000 | 0 | 1100100 | 1011101 | 1100111 | 1100100 | 100 |
Color Harmonies of #051200
Complementary color
Monochromatic Colors of #051200
Black with #051200
Text Example
Text Example
White with #051200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051200; }
p { color: rgb(5,18,0); }
H1.HeaderClassName
{
color: #051200;
}
.AnyTagClassName
{
color: #051200;
}
</style>
background-color css
<style>
a { background-color: #051200; }
a { background-color: rgb(5,18,0); }
div.DivClassName
{
background-color: #051200;
}
.BgClassName
{
background-color: #051200;
}
</style>
border-color css
<style>
span { border-color: #051200; }
span { border-color: rgb(5,18,0); }
td.TdClassName
{
border-color: #051200;
}
.TagClassName
{
border-color: #051200;
}
</style>