#030502

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

Shades of Pine Tree #030502

Tints of Pine Tree #030502

Color information

#030502 (or 0x030502) is unknown color: approx Pine Tree. HEX triplet: 03, 05 and 02. RGB value is (3,5,2). Sum of RGB (Red+Green+Blue) = 3+5+2=10 (1% of max value = 765). Red value is 3 (1.56% from 255 or 30% from 10); Green value is 5 (2.34% from 255 or 50% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 5 - color contains mainly: green. Hex color #030502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030502 is #FCFAFD. Grayscale: #040404. Windows color (decimal): -16579326 or 132355. OLE color: 132355.

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

Color convert

RGB352-
CMYK0.4000.600.98
HSL100º42.86%1.37%-
HSV(B)100º60%1.96%-
XYZ0.10.130.08-
YUV4.06126.84127.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 30%
GREEN value IS 5 (2.34% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 20%
R=30%
G=50%
B=20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3520.4000.600.9810042.861.37
Hex3522803C62642b1
Octal35250074142144531
Binary11101101010000111100110001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030502; }

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

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

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

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

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

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

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

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