#011816

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

Shades of Dark Green #011816

Tints of Dark Green #011816

Color information

#011816 (or 0x011816) is unknown color: approx Dark Green. HEX triplet: 01, 18 and 16. RGB value is (1,24,22). Sum of RGB (Red+Green+Blue) = 1+24+22=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #011816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011816 is #FEE7E9. Grayscale: #101010. Windows color (decimal): -16705514 or 1447937. OLE color: 1447937.

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

Color convert

RGB12422-
CMYK0.9600.080.91
HSL174.78º92%4.9%-
HSV(B)174.78º95.83%9.41%-
XYZ0.480.720.87-
YUV16.9130.88116.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=2.13%
G=51.06%
B=46.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal124220.9600.080.91174.78924.9
Hex1181660085Baf5c5
Octal130261400101332571345
Binary111000101101100000010001011011101011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011816; }

 p { color: rgb(1,24,22); }

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

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

 a { background-color: rgb(1,24,22); }

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

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

 span { border-color: rgb(1,24,22); }

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