#011E14

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

Shades of Dark Green #011E14

Tints of Dark Green #011E14

Color information

#011E14 (or 0x011E14) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 14. RGB value is (1,30,20). Sum of RGB (Red+Green+Blue) = 1+30+20=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #011E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E14 is #FEE1EB. Grayscale: #141414. Windows color (decimal): -16703980 or 1318401. OLE color: 1318401.

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

Color convert

RGB13020-
CMYK0.9700.330.88
HSL159.31º93.55%6.08%-
HSV(B)159.31º96.67%11.76%-
XYZ0.60.990.82-
YUV20.19127.89114.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=1.96%
G=58.82%
B=39.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130200.9700.330.88159.3193.556.08
Hex11E1461021589f5e6
Octal136241410411302371366
Binary11111010100110000101000011011000100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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