#021516

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

Shades of Dark Green #021516

Tints of Dark Green #021516

Color information

#021516 (or 0x021516) is unknown color: approx Dark Green. HEX triplet: 02, 15 and 16. RGB value is (2,21,22). Sum of RGB (Red+Green+Blue) = 2+21+22=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #021516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021516 is #FDEAE9. Grayscale: #0F0F0F. Windows color (decimal): -16640746 or 1447170. OLE color: 1447170.

HSL color Cylindrical-coordinate representation of color #021516: hue angle of 183º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021516 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB22122-
CMYK0.910.0500.91
HSL183º83.33%4.71%-
HSV(B)183º90.91%8.63%-
XYZ0.440.610.85-
YUV15.43131.71118.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=4.44%
G=46.67%
B=48.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal221220.910.0500.9118383.334.71
Hex215165B505Bb7535
Octal22526133501332671235
Binary101010110110101101110101011011101101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021516; }

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

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

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

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

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

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

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

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