#050D02

Color #050D02 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #050D02

Tints of Pine Tree #050D02

Color information

#050D02 (or 0x050D02) is unknown color: approx 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

RGB5132-
CMYK0.6200.850.95
HSL103.64º73.33%2.94%-
HSV(B)103.64º84.62%5.1%-
XYZ0.220.320.11-
YUV9.35123.85124.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 25%
GREEN value IS 13 (5.47% from 255) = 65%
BLUE value IS 2 (1.17% from 255) = 10%
R=25%
G=65%
B=10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51320.6200.850.95103.6473.332.94
Hex5D23E0555F68493
Octal51527601251371501113
Binary1011101101111100101010110111111101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>