#011712

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

Shades of Dark Green #011712

Tints of Dark Green #011712

Color information

#011712 (or 0x011712) is unknown color: approx Dark Green. HEX triplet: 01, 17 and 12. RGB value is (1,23,18). Sum of RGB (Red+Green+Blue) = 1+23+18=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #011712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011712 is #FEE8ED. Grayscale: #0F0F0F. Windows color (decimal): -16705774 or 1185537. OLE color: 1185537.

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

Color convert

RGB12318-
CMYK0.9600.220.91
HSL166.36º91.67%4.71%-
HSV(B)166.36º95.65%9.02%-
XYZ0.430.660.68-
YUV15.85129.21117.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 23 (9.38% from 255) = 54.76%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=2.38%
G=54.76%
B=42.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal123180.9600.220.91166.3691.674.71
Hex11712600165Ba65c5
Octal127221400261332461345
Binary1101111001011000000101101011011101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011712; }

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

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

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

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

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

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

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

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