#001E19

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

Shades of Dark Green #001E19

Tints of Dark Green #001E19

Color information

#001E19 (or 0x001E19) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 19. RGB value is (0,30,25). Sum of RGB (Red+Green+Blue) = 0+30+25=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #001E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E19 is #FFE1E6. Grayscale: #141414. Windows color (decimal): -16769511 or 1646080. OLE color: 1646080.

HSL color Cylindrical-coordinate representation of color #001E19: hue angle of 170º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E19 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB03025-
CMYK100.170.88
HSL170º100%5.88%-
HSV(B)170º100%11.76%-
XYZ0.6411.08-
YUV20.46130.56113.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 54.55%
BLUE value IS 25 (10.16% from 255) = 45.45%
R=0%
G=54.55%
B=45.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03025100.170.881701005.88
Hex01E196401158aa646
Octal036311440211302521446
Binary0111101100111001000100011011000101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E19; }

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

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

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

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

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

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

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

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