#011E12

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

Shades of Dark Green #011E12

Tints of Dark Green #011E12

Color information

#011E12 (or 0x011E12) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 12. RGB value is (1,30,18). Sum of RGB (Red+Green+Blue) = 1+30+18=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #011E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E12 is #FEE1ED. Grayscale: #131313. Windows color (decimal): -16703982 or 1187329. OLE color: 1187329.

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

Color convert

RGB13018-
CMYK0.9700.400.88
HSL155.17º93.55%6.08%-
HSV(B)155.17º96.67%11.76%-
XYZ0.590.980.73-
YUV19.96126.89114.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 30 (12.11% from 255) = 61.22%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=2.04%
G=61.22%
B=36.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130180.9700.400.88155.1793.556.08
Hex11E1261028589b5e6
Octal136221410501302331366
Binary11111010010110000101010001011000100110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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