#001919

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

Shades of Dark Green #001919

Tints of Dark Green #001919

Color information

#001919 (or 0x001919) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 19. RGB value is (0,25,25). Sum of RGB (Red+Green+Blue) = 0+25+25=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #001919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001919 is #FFE6E6. Grayscale: #111111. Windows color (decimal): -16770791 or 1644800. OLE color: 1644800.

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

Color convert

RGB02525-
CMYK1000.90
HSL180º100%4.9%-
HSV(B)180º100%9.8%-
XYZ0.520.771.04-
YUV17.52132.22115.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 25 (10.16% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal025251000.901801004.9
Hex0191964005Ab4645
Octal03131144001322641445
Binary011001110011100100001011010101101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001919; }

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

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

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

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

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

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

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

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