#011E1E

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

Shades of Dark Green #011E1E

Tints of Dark Green #011E1E

Color information

#011E1E (or 0x011E1E) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 1E. RGB value is (1,30,30). Sum of RGB (Red+Green+Blue) = 1+30+30=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: green, blue. Hex color #011E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1E is #FEE1E1. Grayscale: #151515. Windows color (decimal): -16703970 or 1973761. OLE color: 1973761.

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

Color convert

RGB13030-
CMYK0.97000.88
HSL180º93.55%6.08%-
HSV(B)180º96.67%11.76%-
XYZ0.711.031.39-
YUV21.33132.89113.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 30 (12.11% from 255) = 49.18%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=1.64%
G=49.18%
B=49.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130300.97000.8818093.556.08
Hex11E1E610058b45e6
Octal13636141001302641366
Binary111110111101100001001011000101101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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