#001910

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

Shades of Dark Green #001910

Tints of Dark Green #001910

Color information

#001910 (or 0x001910) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 10. RGB value is (0,25,16). Sum of RGB (Red+Green+Blue) = 0+25+16=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #001910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001910 is #FFE6EF. Grayscale: #101010. Windows color (decimal): -16770800 or 1054976. OLE color: 1054976.

HSL color Cylindrical-coordinate representation of color #001910: hue angle of 158.4º 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 #001910 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB02516-
CMYK100.360.90
HSL158.4º100%4.9%-
HSV(B)158.4º100%9.8%-
XYZ0.440.730.61-
YUV16.5127.72116.23-

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) = 60.98%
BLUE value IS 16 (6.64% from 255) = 39.02%
R=0%
G=60.98%
B=39.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02516100.360.90158.41004.9
Hex01910640245A9e645
Octal031201440441322361445
Binary01100110000110010001001001011010100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001910; }

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

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

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

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

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

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

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

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