#022116

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

Shades of Dark Green #022116

Tints of Dark Green #022116

Color information

#022116 (or 0x022116) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 16. RGB value is (2,33,22). Sum of RGB (Red+Green+Blue) = 2+33+22=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #022116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022116 is #FDDEE9. Grayscale: #161616. Windows color (decimal): -16637674 or 1450242. OLE color: 1450242.

HSL color Cylindrical-coordinate representation of color #022116: hue angle of 158.71º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022116 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB23322-
CMYK0.9400.330.87
HSL158.71º88.57%6.86%-
HSV(B)158.71º93.94%12.94%-
XYZ0.711.160.95-
YUV22.48127.73113.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 33 (13.28% from 255) = 57.89%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=3.51%
G=57.89%
B=38.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233220.9400.330.87158.7188.576.86
Hex221165E021579f597
Octal241261360411272371317
Binary1010000110110101111001000011010111100111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022116; }

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

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

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

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

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

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

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

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