#021C16

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

Shades of Dark Green #021C16

Tints of Dark Green #021C16

Color information

#021C16 (or 0x021C16) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 16. RGB value is (2,28,22). Sum of RGB (Red+Green+Blue) = 2+28+22=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #021C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C16 is #FDE3E9. Grayscale: #131313. Windows color (decimal): -16638954 or 1448962. OLE color: 1448962.

HSL color Cylindrical-coordinate representation of color #021C16: hue angle of 166.15º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C16 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB22822-
CMYK0.9300.210.89
HSL166.15º86.67%5.88%-
HSV(B)166.15º92.86%10.98%-
XYZ0.590.90.9-
YUV19.54129.39115.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.85%
GREEN value IS 28 (11.33% from 255) = 53.85%
BLUE value IS 22 (8.98% from 255) = 42.31%
R=3.85%
G=53.85%
B=42.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal228220.9300.210.89166.1586.675.88
Hex21C165D01559a6576
Octal234261350251312461276
Binary10111001011010111010101011011001101001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C16; }

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

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

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

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

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

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

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

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