#021918

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

Shades of Dark Green #021918

Tints of Dark Green #021918

Color information

#021918 (or 0x021918) is unknown color: approx Dark Green. HEX triplet: 02, 19 and 18. RGB value is (2,25,24). Sum of RGB (Red+Green+Blue) = 2+25+24=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #021918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021918 is #FDE6E7. Grayscale: #111111. Windows color (decimal): -16639720 or 1579266. OLE color: 1579266.

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

Color convert

RGB22524-
CMYK0.9200.040.90
HSL177.39º85.19%5.29%-
HSV(B)177.39º92%9.8%-
XYZ0.540.770.99-
YUV18.01131.38116.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=3.92%
G=49.02%
B=47.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal225240.9200.040.90177.3985.195.29
Hex219185C045Ab1555
Octal23130134041322611255
Binary101100111000101110001001011010101100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021918; }

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

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

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

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

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

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

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

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