#020A00

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

Shades of Myrtle #020A00

Tints of Myrtle #020A00

Color information

#020A00 (or 0x020A00) is unknown color: approx Myrtle. HEX triplet: 02, 0A and 00. RGB value is (2,10,0). Sum of RGB (Red+Green+Blue) = 2+10+0=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 10 (4.30% from 255 or 83.33% from 12); Blue value is 0 (0.39% from 255 or 0% from 12); Max value from RGB is 10 - color contains mainly: green. Hex color #020A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A00 is #FDF5FF. Grayscale: #060606. Windows color (decimal): -16643584 or 2562. OLE color: 2562.

HSL color Cylindrical-coordinate representation of color #020A00: hue angle of 108º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020A00 is Cyan = 0.8, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB2100-
CMYK0.8010.96
HSL108º100%1.96%-
HSV(B)108º100%3.92%-
XYZ0.130.230.04-
YUV6.47124.35124.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 16.67%
GREEN value IS 10 (4.30% from 255) = 83.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.67%
G=83.33%
B=0%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal21000.8010.961081001.96
Hex2A050064606c642
Octal212012001441401541442
Binary101010010100000110010011000001101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A00; }

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

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

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

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

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

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

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

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