#021716

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

Shades of Dark Green #021716

Tints of Dark Green #021716

Color information

#021716 (or 0x021716) is unknown color: approx Dark Green. HEX triplet: 02, 17 and 16. RGB value is (2,23,22). Sum of RGB (Red+Green+Blue) = 2+23+22=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #021716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021716 is #FDE8E9. Grayscale: #101010. Windows color (decimal): -16640234 or 1447682. OLE color: 1447682.

HSL color Cylindrical-coordinate representation of color #021716: hue angle of 177.14º degrees, saturation: 0.84, 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 #021716 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB22322-
CMYK0.9100.040.91
HSL177.14º84%4.9%-
HSV(B)177.14º91.3%9.02%-
XYZ0.480.680.87-
YUV16.61131.04117.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 23 (9.38% from 255) = 48.94%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=4.26%
G=48.94%
B=46.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal223220.9100.040.91177.14844.9
Hex217165B045Bb1545
Octal22726133041332611245
Binary101011110110101101101001011011101100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021716; }

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

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

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

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

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

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

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

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