Shades of Pine Tree #050D02
Tints of Pine Tree #050D02
RGB
CMYK
RGB Variations
Color information
#050D02 (or 0x050D02) is known color: Pine Tree. HEX triplet: 05, 0D and 02. RGB value is (5,13,2). Sum of RGB (Red+Green+Blue) = 5+13+2=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 13 (5.47% from 255 or 65% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 13 - color contains mainly: green. Hex color #050D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D02 is #FAF2FD. Grayscale: #090909. Windows color (decimal): -16446206 or 134405. OLE color: 134405.
HSL color Cylindrical-coordinate representation of color #050D02: hue angle of 103.64º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #050D02 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 13 | 2 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.95 |
| HSL | 103.64º | 0.73% | 0.03% | - |
| HSV(B) | 103.64º | 0.85% | 0.05% | - |
| XYZ | 0.22 | 0.32 | 0.11 | - |
| YUV | 9.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 2 | 0.62 | 0 | 0.85 | 0.95 | 103.64 | 0.73 | 0.03 |
| Hex | 5 | D | 2 | 3E | 0 | 55 | 5F | 68 | 49 | 3 |
| Octal | 5 | 15 | 2 | 76 | 0 | 125 | 137 | 150 | 111 | 3 |
| Binary | 101 | 1101 | 10 | 111110 | 0 | 1010101 | 1011111 | 1101000 | 1001001 | 11 |
Color Harmonies of #050D02
Complementary color
Monochromatic Colors of #050D02
Black with #050D02
Text Example
Text Example
White with #050D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D02; }
p { color: rgb(5,13,2); }
H1.HeaderClassName
{
color: #050D02;
}
.AnyTagClassName
{
color: #050D02;
}
</style>
background-color css
<style>
a { background-color: #050D02; }
a { background-color: rgb(5,13,2); }
div.DivClassName
{
background-color: #050D02;
}
.BgClassName
{
background-color: #050D02;
}
</style>
border-color css
<style>
span { border-color: #050D02; }
span { border-color: rgb(5,13,2); }
td.TdClassName
{
border-color: #050D02;
}
.TagClassName
{
border-color: #050D02;
}
</style>