#030600

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

Shades of Pine Tree #030600

Tints of Pine Tree #030600

Color information

#030600 (or 0x030600) is unknown color: approx Pine Tree. HEX triplet: 03, 06 and 00. RGB value is (3,6,0). Sum of RGB (Red+Green+Blue) = 3+6+0=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 6 (2.73% from 255 or 66.67% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 6 - color contains mainly: green. Hex color #030600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030600 is #FCF9FF. Grayscale: #040404. Windows color (decimal): -16579072 or 1539. OLE color: 1539.

HSL color Cylindrical-coordinate representation of color #030600: hue angle of 90º 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 #030600 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.98.

Color convert

RGB360-
CMYK0.50010.98
HSL90º100%1.18%-
HSV(B)90º100%2.35%-
XYZ0.10.150.02-
YUV4.42125.51126.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3600.50010.98901001.18
Hex36032064625a641
Octal3606201441421321441
Binary111100110010011001001100010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030600; }

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

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

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

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

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

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

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

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