#021916

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

Shades of Dark Green #021916

Tints of Dark Green #021916

Color information

#021916 (or 0x021916) is unknown color: approx Dark Green. HEX triplet: 02, 19 and 16. RGB value is (2,25,22). Sum of RGB (Red+Green+Blue) = 2+25+22=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #021916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021916 is #FDE6E9. Grayscale: #111111. Windows color (decimal): -16639722 or 1448194. OLE color: 1448194.

HSL color Cylindrical-coordinate representation of color #021916: hue angle of 172.17º 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 #021916 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB22522-
CMYK0.9200.120.90
HSL172.17º85.19%5.29%-
HSV(B)172.17º92%9.8%-
XYZ0.520.770.88-
YUV17.78130.38116.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 22 (8.98% from 255) = 44.90%
R=4.08%
G=51.02%
B=44.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal225220.9200.120.90172.1785.195.29
Hex219165C0C5Aac555
Octal231261340141322541255
Binary1011001101101011100011001011010101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021916; }

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

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

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

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

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

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

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

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