#010500

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

Shades of Pine Tree #010500

Tints of Pine Tree #010500

Color information

#010500 (or 0x010500) is unknown color: approx Pine Tree. HEX triplet: 01, 05 and 00. RGB value is (1,5,0). Sum of RGB (Red+Green+Blue) = 1+5+0=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 5 (2.34% from 255 or 83.33% from 6); Blue value is 0 (0.39% from 255 or 0% from 6); Max value from RGB is 5 - color contains mainly: green. Hex color #010500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010500 is #FEFAFF. Grayscale: #030303. Windows color (decimal): -16710400 or 1281. OLE color: 1281.

HSL color Cylindrical-coordinate representation of color #010500: hue angle of 108º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010500 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.98.

Color convert

RGB150-
CMYK0.80010.98
HSL108º100%0.98%-
HSV(B)108º100%1.96%-
XYZ0.070.110.02-
YUV3.23126.17126.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 83.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.67%
G=83.33%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1500.80010.981081000.98
Hex15050064626c641
Octal15012001441421541441
Binary110101010000011001001100010110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010500; }

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

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

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

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

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

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

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

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