#050702

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

Shades of Pine Tree #050702

Tints of Pine Tree #050702

Color information

#050702 (or 0x050702) is unknown color: approx Pine Tree. HEX triplet: 05, 07 and 02. RGB value is (5,7,2). Sum of RGB (Red+Green+Blue) = 5+7+2=14 (1% of max value = 765). Red value is 5 (2.34% from 255 or 35.71% from 14); Green value is 7 (3.12% from 255 or 50% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 7 - color contains mainly: green. Hex color #050702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050702 is #FAF8FD. Grayscale: #050505. Windows color (decimal): -16447742 or 132869. OLE color: 132869.

HSL color Cylindrical-coordinate representation of color #050702: hue angle of 84º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050702 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.97.

Color convert

RGB572-
CMYK0.2900.710.97
HSL84º55.56%1.76%-
HSV(B)84º71.43%2.75%-
XYZ0.150.190.09-
YUV5.83125.84127.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 35.71%
GREEN value IS 7 (3.12% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 14.29%
R=35.71%
G=50%
B=14.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5720.2900.710.978455.561.76
Hex5721D0476154382
Octal572350107141124702
Binary1011111011101010001111100001101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050702; }

 p { color: rgb(5,7,2); }

 H1.HeaderClassName
 {
   color: #050702;
 }
 .AnyTagClassName
 {
   color: #050702;
 }
</style>
background-color css

<style>
 a { background-color: #050702; }

 a { background-color: rgb(5,7,2); }

 div.DivClassName
 {
   background-color: #050702;
 }
 .BgClassName
 {
   background-color: #050702;
 }
</style>
border-color css

<style>
 span { border-color: #050702; }

 span { border-color: rgb(5,7,2); }

 td.TdClassName
 {
   border-color: #050702;
 }
 .TagClassName
 {
   border-color: #050702;
 }
</style>