Html Css Color HEX #011E00 Myrtle

📋 copy color: '#011E00'

red 1 ◦ green 30 ◦ blue 0

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

Shades of Myrtle #011E00

Tints of Myrtle #011E00

RGB

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

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

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

R = 3.23%
G = 96.77%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.88

RGB Variations

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

Color information

#011E00 (or 0x011E00) is known color: Myrtle. HEX triplet: 01, 1E and 00. RGB value is (1,30,0). Sum of RGB (Red+Green+Blue) = 1+30+0=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 30 (12.11% from 255 or 96.77% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 30 - color contains mainly: green. Hex color #011E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E00 is #FEE1FF. Grayscale: #121212. Windows color (decimal): -16704000 or 7681. OLE color: 7681.

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

Color convert

RGB 1 30 0 -
CMYK 0.97 0 1 0.88
HSL 118º 1% 0.06% -
HSV(B) 118º 1% 0.12% -
XYZ 0.48 0.93 0.16 -
YUV 17.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 1 30 0 0.97 0 1 0.88 118 1 0.06
Hex 1 1E 0 61 0 64 58 76 64 6
Octal 1 36 0 141 0 144 130 166 144 6
Binary 1 11110 0 1100001 0 1100100 1011000 1110110 1100100 110

Color Harmonies of #011E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E00

Black with #011E00

Text Example


Text Example

White with #011E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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