#050A03

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

Shades of Pine Tree #050A03

Tints of Pine Tree #050A03

Color information

#050A03 (or 0x050A03) is unknown color: approx Pine Tree. HEX triplet: 05, 0A and 03. RGB value is (5,10,3). Sum of RGB (Red+Green+Blue) = 5+10+3=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 3 (1.56% from 255 or 16.67% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #050A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A03 is #FAF5FC. Grayscale: #070707. Windows color (decimal): -16446973 or 199173. OLE color: 199173.

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

Color convert

RGB5103-
CMYK0.5000.700.96
HSL102.86º53.85%2.55%-
HSV(B)102.86º70%3.92%-
XYZ0.190.260.13-
YUV7.71125.34126.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 27.78%
GREEN value IS 10 (4.30% from 255) = 55.56%
BLUE value IS 3 (1.56% from 255) = 16.67%
R=27.78%
G=55.56%
B=16.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51030.5000.700.96102.8653.852.55
Hex5A3320466067363
Octal5123620106140147663
Binary101101011110010010001101100000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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