#011E1F

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

Shades of Dark Green #011E1F

Tints of Dark Green #011E1F

Color information

#011E1F (or 0x011E1F) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 1F. RGB value is (1,30,31). Sum of RGB (Red+Green+Blue) = 1+30+31=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #011E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1F is #FEE1E0. Grayscale: #151515. Windows color (decimal): -16703969 or 2039297. OLE color: 2039297.

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

Color convert

RGB13031-
CMYK0.970.0300.88
HSL182º93.75%6.27%-
HSV(B)182º96.77%12.16%-
XYZ0.721.031.46-
YUV21.44133.39113.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 31 (12.5% from 255) = 50%
R=1.61%
G=48.39%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130310.970.0300.8818293.756.27
Hex11E1F613058b65e6
Octal13637141301302661366
Binary1111101111111000011101011000101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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