#011D01

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

Shades of Myrtle #011D01

Tints of Myrtle #011D01

Color information

#011D01 (or 0x011D01) is unknown color: approx Myrtle. HEX triplet: 01, 1D and 01. RGB value is (1,29,1). Sum of RGB (Red+Green+Blue) = 1+29+1=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 29 (11.72% from 255 or 93.55% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 29 - color contains mainly: green. Hex color #011D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D01 is #FEE2FE. Grayscale: #111111. Windows color (decimal): -16704255 or 72961. OLE color: 72961.

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

Color convert

RGB1291-
CMYK0.9700.970.89
HSL120º93.33%5.88%-
HSV(B)120º96.55%11.37%-
XYZ0.460.890.18-
YUV17.44118.72116.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 29 (11.72% from 255) = 93.55%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=3.23%
G=93.55%
B=3.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12910.9700.970.8912093.335.88
Hex11D16106159785d6
Octal135114101411311701356
Binary1111011110000101100001101100111110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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