#022122

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

Shades of Dark Green #022122

Tints of Dark Green #022122

Color information

#022122 (or 0x022122) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 22. RGB value is (2,33,34). Sum of RGB (Red+Green+Blue) = 2+33+34=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 34 (13.67% from 255 or 49.28% from 69); Max value from RGB is 34 - color contains mainly: blue. Hex color #022122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022122 is #FDDEDD. Grayscale: #171717. Windows color (decimal): -16637662 or 2236674. OLE color: 2236674.

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

Color convert

RGB23334-
CMYK0.940.0300.87
HSL181.88º88.89%7.06%-
HSV(B)181.88º94.12%13.33%-
XYZ0.861.221.7-
YUV23.84133.73112.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 33 (13.28% from 255) = 47.83%
BLUE value IS 34 (13.67% from 255) = 49.28%
R=2.90%
G=47.83%
B=49.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233340.940.0300.87181.8888.897.06
Hex221225E3057b6597
Octal24142136301272661317
Binary1010000110001010111101101010111101101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022122; }

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

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

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

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

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

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

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

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