#021200

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

Shades of Myrtle #021200

Tints of Myrtle #021200

Color information

#021200 (or 0x021200) is unknown color: approx Myrtle. HEX triplet: 02, 12 and 00. RGB value is (2,18,0). Sum of RGB (Red+Green+Blue) = 2+18+0=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 18 (7.42% from 255 or 90% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 18 - color contains mainly: green. Hex color #021200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021200 is #FDEDFF. Grayscale: #0B0B0B. Windows color (decimal): -16641536 or 4610. OLE color: 4610.

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

Color convert

RGB2180-
CMYK0.89010.93
HSL113.33º100%3.53%-
HSV(B)113.33º100%7.06%-
XYZ0.240.450.07-
YUV11.16121.7121.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10%
GREEN value IS 18 (7.42% from 255) = 90%
BLUE value IS 0 (0.39% from 255) = 0%
R=10%
G=90%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21800.89010.93113.331003.53
Hex2120590645D71644
Octal222013101441351611444
Binary10100100101100101100100101110111100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021200; }

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

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

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

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

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

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

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

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