Html Css Color HEX #011F01 Myrtle

📋 copy color: '#011F01'

red 1 ◦ green 31 ◦ blue 1

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

Shades of Myrtle #011F01

Tints of Myrtle #011F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 93.94%

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

R = 3.03%
G = 93.94%
B = 3.03%

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

#011F01 (or 0x011F01) is known color: Myrtle. HEX triplet: 01, 1F and 01. RGB value is (1,31,1). Sum of RGB (Red+Green+Blue) = 1+31+1=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 31 (12.5% from 255 or 93.94% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 31 - color contains mainly: green. Hex color #011F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F01 is #FEE0FE. Grayscale: #121212. Windows color (decimal): -16703743 or 73473. OLE color: 73473.

HSL color Cylindrical-coordinate representation of color #011F01: 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 #011F01 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 31 1 -
CMYK 0.97 0 0.97 0.88
HSL 120º 0.94% 0.06% -
HSV(B) 120º 0.97% 0.12% -
XYZ 0.51 0.99 0.19 -
YUV 18.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 1 31 1 0.97 0 0.97 0.88 120 0.94 0.06
Hex 1 1F 1 61 0 61 58 78 5E 6
Octal 1 37 1 141 0 141 130 170 136 6
Binary 1 11111 1 1100001 0 1100001 1011000 1111000 1011110 110

Color Harmonies of #011F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F01

Black with #011F01

Text Example


Text Example

White with #011F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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