#011910

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

Shades of Dark Green #011910

Tints of Dark Green #011910

Color information

#011910 (or 0x011910) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 10. RGB value is (1,25,16). Sum of RGB (Red+Green+Blue) = 1+25+16=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #011910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011910 is #FEE6EF. Grayscale: #101010. Windows color (decimal): -16705264 or 1054977. OLE color: 1054977.

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

Color convert

RGB12516-
CMYK0.9600.360.90
HSL157.5º92.31%5.1%-
HSV(B)157.5º96%9.8%-
XYZ0.450.740.61-
YUV16.8127.55116.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 25 (10.16% from 255) = 59.52%
BLUE value IS 16 (6.64% from 255) = 38.10%
R=2.38%
G=59.52%
B=38.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125160.9600.360.90157.592.315.1
Hex11910600245A9e5c5
Octal131201400441322361345
Binary11100110000110000001001001011010100111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011910; }

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

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

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

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

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

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

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

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