#030501

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

Shades of Pine Tree #030501

Tints of Pine Tree #030501

Color information

#030501 (or 0x030501) is unknown color: approx Pine Tree. HEX triplet: 03, 05 and 01. RGB value is (3,5,1). Sum of RGB (Red+Green+Blue) = 3+5+1=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 5 (2.34% from 255 or 55.56% from 9); Blue value is 1 (0.78% from 255 or 11.11% from 9); Max value from RGB is 5 - color contains mainly: green. Hex color #030501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030501 is #FCFAFE. Grayscale: #030303. Windows color (decimal): -16579327 or 66819. OLE color: 66819.

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

Color convert

RGB351-
CMYK0.4000.800.98
HSL90º66.67%1.18%-
HSV(B)90º80%1.96%-
XYZ0.10.130.05-
YUV3.95126.34127.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 55.56%
BLUE value IS 1 (0.78% from 255) = 11.11%
R=33.33%
G=55.56%
B=11.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3510.4000.800.989066.671.18
Hex35128050625a431
Octal3515001201421321031
Binary111011101000010100001100010101101010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030501; }

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

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

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

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

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

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

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

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