#011710

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

Shades of Dark Green #011710

Tints of Dark Green #011710

Color information

#011710 (or 0x011710) is unknown color: approx Dark Green. HEX triplet: 01, 17 and 10. RGB value is (1,23,16). Sum of RGB (Red+Green+Blue) = 1+23+16=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #011710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011710 is #FEE8EF. Grayscale: #0F0F0F. Windows color (decimal): -16705776 or 1054465. OLE color: 1054465.

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

Color convert

RGB12316-
CMYK0.9600.300.91
HSL160.91º91.67%4.71%-
HSV(B)160.91º95.65%9.02%-
XYZ0.410.660.6-
YUV15.62128.21117.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 23 (9.38% from 255) = 57.5%
BLUE value IS 16 (6.64% from 255) = 40%
R=2.5%
G=57.5%
B=40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal123160.9600.300.91160.9191.674.71
Hex117106001E5Ba15c5
Octal127201400361332411345
Binary1101111000011000000111101011011101000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011710; }

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

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

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

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

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

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

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

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