#022216

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

Shades of Dark Green #022216

Tints of Dark Green #022216

Color information

#022216 (or 0x022216) is unknown color: approx Dark Green. HEX triplet: 02, 22 and 16. RGB value is (2,34,22). Sum of RGB (Red+Green+Blue) = 2+34+22=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #022216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022216 is #FDDDE9. Grayscale: #171717. Windows color (decimal): -16637418 or 1450498. OLE color: 1450498.

HSL color Cylindrical-coordinate representation of color #022216: hue angle of 157.5º 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 #022216 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB23422-
CMYK0.9400.350.87
HSL157.5º88.89%7.06%-
HSV(B)157.5º94.12%13.33%-
XYZ0.741.210.95-
YUV23.06127.4112.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 34 (13.67% from 255) = 58.62%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=3.45%
G=58.62%
B=37.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal234220.9400.350.87157.588.897.06
Hex222165E023579e597
Octal242261360431272361317
Binary1010001010110101111001000111010111100111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022216; }

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

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

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

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

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

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

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

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