#050A00

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

Shades of Pine Tree #050A00

Tints of Pine Tree #050A00

Color information

#050A00 (or 0x050A00) is unknown color: approx Pine Tree. HEX triplet: 05, 0A and 00. RGB value is (5,10,0). Sum of RGB (Red+Green+Blue) = 5+10+0=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 10 (4.30% from 255 or 66.67% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 10 - color contains mainly: green. Hex color #050A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A00 is #FAF5FF. Grayscale: #070707. Windows color (decimal): -16446976 or 2565. OLE color: 2565.

HSL color Cylindrical-coordinate representation of color #050A00: hue angle of 90º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050A00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB5100-
CMYK0.50010.96
HSL90º100%1.96%-
HSV(B)90º100%3.92%-
XYZ0.170.250.04-
YUV7.36123.84126.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 33.33%
GREEN value IS 10 (4.30% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51000.50010.96901001.96
Hex5A032064605a642
Octal51206201441401321442
Binary101101001100100110010011000001011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A00; }

 p { color: rgb(5,10,0); }

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

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

 a { background-color: rgb(5,10,0); }

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

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

 span { border-color: rgb(5,10,0); }

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