Html Css Color HEX #022120 Dark Green

📋 copy color: '#022120'

red 2 ◦ green 33 ◦ blue 32

#022120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #022120

Tints of Dark Green #022120

RGB

 RED value IS 2 (1.17% from 255) = 2.99%

 GREEN value IS 33 (13.28% from 255) = 49.25%

 BLUE value IS 32 (12.89% from 255) = 47.76%

R = 2.99%
G = 49.25%
B = 47.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#022120 (or 0x022120) is known color: Dark Green. HEX triplet: 02, 21 and 20. RGB value is (2,33,32). Sum of RGB (Red+Green+Blue) = 2+33+32=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #022120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022120 is #FDDEDF. Grayscale: #171717. Windows color (decimal): -16637664 or 2105602. OLE color: 2105602.

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

Color convert

RGB 2 33 32 -
CMYK 0.94 0 0.03 0.87
HSL 178.06º 0.89% 0.07% -
HSV(B) 178.06º 0.94% 0.13% -
XYZ 0.83 1.2 1.56 -
YUV 23.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 2 33 32 0.94 0 0.03 0.87 178.06 0.89 0.07
Hex 2 21 20 5E 0 3 57 B2 59 7
Octal 2 41 40 136 0 3 127 262 131 7
Binary 10 100001 100000 1011110 0 11 1010111 10110010 1011001 111

Color Harmonies of #022120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022120

Black with #022120

Text Example


Text Example

White with #022120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022120; }

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

 H1.HeaderClassName
 {
   color: #022120;
 }
 .AnyTagClassName
 {
   color: #022120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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