#011E13

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

Shades of Dark Green #011E13

Tints of Dark Green #011E13

Color information

#011E13 (or 0x011E13) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 13. RGB value is (1,30,19). Sum of RGB (Red+Green+Blue) = 1+30+19=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 30 (12.11% from 255 or 60% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 30 - color contains mainly: green. Hex color #011E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E13 is #FEE1EC. Grayscale: #141414. Windows color (decimal): -16703981 or 1252865. OLE color: 1252865.

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

Color convert

RGB13019-
CMYK0.9700.370.88
HSL157.24º93.55%6.08%-
HSV(B)157.24º96.67%11.76%-
XYZ0.590.980.77-
YUV20.08127.39114.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 30 (12.11% from 255) = 60%
BLUE value IS 19 (7.81% from 255) = 38%
R=2%
G=60%
B=38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130190.9700.370.88157.2493.556.08
Hex11E1361025589d5e6
Octal136231410451302351366
Binary11111010011110000101001011011000100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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