#011818

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

Shades of Dark Green #011818

Tints of Dark Green #011818

Color information

#011818 (or 0x011818) is unknown color: approx Dark Green. HEX triplet: 01, 18 and 18. RGB value is (1,24,24). Sum of RGB (Red+Green+Blue) = 1+24+24=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #011818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011818 is #FEE7E7. Grayscale: #111111. Windows color (decimal): -16705512 or 1579009. OLE color: 1579009.

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

Color convert

RGB12424-
CMYK0.96000.91
HSL180º92%4.9%-
HSV(B)180º95.83%9.41%-
XYZ0.50.730.98-
YUV17.12131.88116.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=2.04%
G=48.98%
B=48.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal124240.96000.91180924.9
Hex1181860005Bb45c5
Octal13030140001332641345
Binary111000110001100000001011011101101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011818; }

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

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

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

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

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

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

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

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