#011E1A

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

Shades of Dark Green #011E1A

Tints of Dark Green #011E1A

Color information

#011E1A (or 0x011E1A) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 1A. RGB value is (1,30,26). Sum of RGB (Red+Green+Blue) = 1+30+26=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #011E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1A is #FEE1E5. Grayscale: #141414. Windows color (decimal): -16703974 or 1711617. OLE color: 1711617.

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

Color convert

RGB13026-
CMYK0.9700.130.88
HSL171.72º93.55%6.08%-
HSV(B)171.72º96.67%11.76%-
XYZ0.661.011.14-
YUV20.87130.89113.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 30 (12.11% from 255) = 52.63%
BLUE value IS 26 (10.55% from 255) = 45.61%
R=1.75%
G=52.63%
B=45.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130260.9700.130.88171.7293.556.08
Hex11E1A610D58ac5e6
Octal136321410151302541366
Binary111110110101100001011011011000101011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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