#030602

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

Shades of Pine Tree #030602

Tints of Pine Tree #030602

Color information

#030602 (or 0x030602) is unknown color: approx Pine Tree. HEX triplet: 03, 06 and 02. RGB value is (3,6,2). Sum of RGB (Red+Green+Blue) = 3+6+2=11 (1% of max value = 765). Red value is 3 (1.56% from 255 or 27.27% from 11); Green value is 6 (2.73% from 255 or 54.55% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 6 - color contains mainly: green. Hex color #030602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030602 is #FCF9FD. Grayscale: #040404. Windows color (decimal): -16579070 or 132611. OLE color: 132611.

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

Color convert

RGB362-
CMYK0.5000.670.98
HSL105º50%1.57%-
HSV(B)105º66.67%2.35%-
XYZ0.110.150.08-
YUV4.65126.51126.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 27.27%
GREEN value IS 6 (2.73% from 255) = 54.55%
BLUE value IS 2 (1.17% from 255) = 18.18%
R=27.27%
G=54.55%
B=18.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3620.5000.670.98105501.57
Hex362320436269322
Octal362620103142151622
Binary1111010110010010000111100010110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030602; }

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

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

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

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

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

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

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

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