#050B01

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

Shades of Pine Tree #050B01

Tints of Pine Tree #050B01

Color information

#050B01 (or 0x050B01) is unknown color: approx Pine Tree. HEX triplet: 05, 0B and 01. RGB value is (5,11,1). Sum of RGB (Red+Green+Blue) = 5+11+1=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 11 (4.69% from 255 or 64.71% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 11 - color contains mainly: green. Hex color #050B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B01 is #FAF4FE. Grayscale: #080808. Windows color (decimal): -16446719 or 68357. OLE color: 68357.

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

Color convert

RGB5111-
CMYK0.5500.910.96
HSL96º83.33%2.35%-
HSV(B)96º90.91%4.31%-
XYZ0.190.270.07-
YUV8.07124.01125.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 29.41%
GREEN value IS 11 (4.69% from 255) = 64.71%
BLUE value IS 1 (0.78% from 255) = 5.88%
R=29.41%
G=64.71%
B=5.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51110.5500.910.969683.332.35
Hex5B13705B6060532
Octal51316701331401401232
Binary101101111101110101101111000001100000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,11,1); }

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

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

 a { background-color: rgb(5,11,1); }

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

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

 span { border-color: rgb(5,11,1); }

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