#001918

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

Shades of Dark Green #001918

Tints of Dark Green #001918

Color information

#001918 (or 0x001918) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 18. RGB value is (0,25,24). Sum of RGB (Red+Green+Blue) = 0+25+24=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #001918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001918 is #FFE6E7. Grayscale: #111111. Windows color (decimal): -16770792 or 1579264. OLE color: 1579264.

HSL color Cylindrical-coordinate representation of color #001918: hue angle of 177.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001918 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB02524-
CMYK100.040.90
HSL177.6º100%4.9%-
HSV(B)177.6º100%9.8%-
XYZ0.510.760.98-
YUV17.41131.72115.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=0%
G=51.02%
B=48.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02524100.040.90177.61004.9
Hex0191864045Ab2645
Octal03130144041322621445
Binary01100111000110010001001011010101100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001918; }

 p { color: rgb(0,25,24); }

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

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

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

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

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

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

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