#011616

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

Shades of Dark Green #011616

Tints of Dark Green #011616

Color information

#011616 (or 0x011616) is unknown color: approx Dark Green. HEX triplet: 01, 16 and 16. RGB value is (1,22,22). Sum of RGB (Red+Green+Blue) = 1+22+22=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: green, blue. Hex color #011616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011616 is #FEE9E9. Grayscale: #0F0F0F. Windows color (decimal): -16706026 or 1447425. OLE color: 1447425.

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

Color convert

RGB12222-
CMYK0.95000.91
HSL180º91.3%4.51%-
HSV(B)180º95.45%8.63%-
XYZ0.440.640.86-
YUV15.72131.54117.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.22%
GREEN value IS 22 (8.98% from 255) = 48.89%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=2.22%
G=48.89%
B=48.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122220.95000.9118091.34.51
Hex116165F005Bb45b5
Octal12626137001332641335
Binary110110101101011111001011011101101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011616; }

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

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

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

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

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

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

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

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