Html Css Color HEX #020C00 Myrtle

📋 copy color: '#020C00'

red 2 ◦ green 12 ◦ blue 0

#020C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #020C00

Tints of Myrtle #020C00

RGB

 RED value IS 2 (1.17% from 255) = 14.29%

 GREEN value IS 12 (5.08% from 255) = 85.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.29%
G = 85.71%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#020C00 (or 0x020C00) is known color: Myrtle. HEX triplet: 02, 0C and 00. RGB value is (2,12,0). Sum of RGB (Red+Green+Blue) = 2+12+0=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 12 (5.08% from 255 or 85.71% from 14); Blue value is 0 (0.39% from 255 or 0% from 14); Max value from RGB is 12 - color contains mainly: green. Hex color #020C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C00 is #FDF3FF. Grayscale: #070707. Windows color (decimal): -16643072 or 3074. OLE color: 3074.

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

Color convert

RGB 2 12 0 -
CMYK 0.83 0 1 0.95
HSL 110º 1% 0.02% -
HSV(B) 110º 1% 0.05% -
XYZ 0.16 0.28 0.04 -
YUV 7.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 2 12 0 0.83 0 1 0.95 110 1 0.02
Hex 2 C 0 53 0 64 5F 6E 64 2
Octal 2 14 0 123 0 144 137 156 144 2
Binary 10 1100 0 1010011 0 1100100 1011111 1101110 1100100 10

Color Harmonies of #020C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C00

Black with #020C00

Text Example


Text Example

White with #020C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #020C00;
 }
 .AnyTagClassName
 {
   color: #020C00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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