#061200

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

Shades of Pine Tree #061200

Tints of Pine Tree #061200

Color information

#061200 (or 0x061200) is unknown color: approx Pine Tree. HEX triplet: 06, 12 and 00. RGB value is (6,18,0). Sum of RGB (Red+Green+Blue) = 6+18+0=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 18 (7.42% from 255 or 75% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 18 - color contains mainly: green. Hex color #061200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061200 is #F9EDFF. Grayscale: #0C0C0C. Windows color (decimal): -16379392 or 4614. OLE color: 4614.

HSL color Cylindrical-coordinate representation of color #061200: hue angle of 100º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061200 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB6180-
CMYK0.67010.93
HSL100º100%3.53%-
HSV(B)100º100%7.06%-
XYZ0.290.470.08-
YUV12.36121.02123.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 25%
GREEN value IS 18 (7.42% from 255) = 75%
BLUE value IS 0 (0.39% from 255) = 0%
R=25%
G=75%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61800.67010.931001003.53
Hex6120430645D64644
Octal622010301441351441444
Binary110100100100001101100100101110111001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061200; }

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

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

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

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

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

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

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

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