Html Css Color HEX #022021 Dark Green

📋 copy color: '#022021'

red 2 ◦ green 32 ◦ blue 33

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

Shades of Dark Green #022021

Tints of Dark Green #022021

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

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

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

Color convert

RGB 2 32 33 -
CMYK 0.94 0.03 0 0.87
HSL 181.94º 0.89% 0.07% -
HSV(B) 181.94º 0.94% 0.13% -
XYZ 0.82 1.16 1.62 -
YUV 23.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 2 32 33 0.94 0.03 0 0.87 181.94 0.89 0.07
Hex 2 20 21 5E 3 0 57 B6 59 7
Octal 2 40 41 136 3 0 127 266 131 7
Binary 10 100000 100001 1011110 11 0 1010111 10110110 1011001 111

Color Harmonies of #022021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022021

Black with #022021

Text Example


Text Example

White with #022021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022021; }

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

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

background-color css

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

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

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

border-color css

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

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

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