#011919

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

Shades of Dark Green #011919

Tints of Dark Green #011919

Color information

#011919 (or 0x011919) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 19. RGB value is (1,25,25). Sum of RGB (Red+Green+Blue) = 1+25+25=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #011919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011919 is #FEE6E6. Grayscale: #111111. Windows color (decimal): -16705255 or 1644801. OLE color: 1644801.

HSL color Cylindrical-coordinate representation of color #011919: hue angle of 180º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011919 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12525-
CMYK0.96000.90
HSL180º92.31%5.1%-
HSV(B)180º96%9.8%-
XYZ0.540.771.04-
YUV17.82132.05116-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=1.96%
G=49.02%
B=49.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125250.96000.9018092.315.1
Hex1191960005Ab45c5
Octal13131140001322641345
Binary111001110011100000001011010101101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011919; }

 p { color: rgb(1,25,25); }

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

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

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

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

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

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

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