Html Css Color HEX #011E01 Myrtle

📋 copy color: '#011E01'

red 1 ◦ green 30 ◦ blue 1

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

Shades of Myrtle #011E01

Tints of Myrtle #011E01

RGB

 RED value IS 1 (0.78% from 255) = 3.13%

 GREEN value IS 30 (12.11% from 255) = 93.75%

 BLUE value IS 1 (0.78% from 255) = 3.13%

R = 3.13%
G = 93.75%
B = 3.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#011E01 (or 0x011E01) is known color: Myrtle. HEX triplet: 01, 1E and 01. RGB value is (1,30,1). Sum of RGB (Red+Green+Blue) = 1+30+1=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 30 (12.11% from 255 or 93.75% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 30 - color contains mainly: green. Hex color #011E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E01 is #FEE1FE. Grayscale: #121212. Windows color (decimal): -16703999 or 73217. OLE color: 73217.

HSL color Cylindrical-coordinate representation of color #011E01: hue angle of 120º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E01 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 30 1 -
CMYK 0.97 0 0.97 0.88
HSL 120º 0.94% 0.06% -
HSV(B) 120º 0.97% 0.12% -
XYZ 0.48 0.94 0.18 -
YUV 18.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 1 30 1 0.97 0 0.97 0.88 120 0.94 0.06
Hex 1 1E 1 61 0 61 58 78 5E 6
Octal 1 36 1 141 0 141 130 170 136 6
Binary 1 11110 1 1100001 0 1100001 1011000 1111000 1011110 110

Color Harmonies of #011E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E01

Black with #011E01

Text Example


Text Example

White with #011E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011E01; }

 p { color: rgb(1,30,1); }

 H1.HeaderClassName
 {
   color: #011E01;
 }
 .AnyTagClassName
 {
   color: #011E01;
 }
</style>

background-color css

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

 a { background-color: rgb(1,30,1); }

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

border-color css

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

 span { border-color: rgb(1,30,1); }

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