Html Css Color HEX #022020 Dark Green

📋 copy color: '#022020'

red 2 ◦ green 32 ◦ blue 32

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

Shades of Dark Green #022020

Tints of Dark Green #022020

RGB

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

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

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

R = 3.03%
G = 48.48%
B = 48.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#022020 (or 0x022020) is known color: Dark Green. HEX triplet: 02, 20 and 20. RGB value is (2,32,32). Sum of RGB (Red+Green+Blue) = 2+32+32=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #022020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022020 is #FDDFDF. Grayscale: #171717. Windows color (decimal): -16637920 or 2105346. OLE color: 2105346.

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

Color convert

RGB 2 32 32 -
CMYK 0.94 0 0 0.87
HSL 180º 0.88% 0.07% -
HSV(B) 180º 0.94% 0.13% -
XYZ 0.8 1.15 1.55 -
YUV 23.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 2 32 32 0.94 0 0 0.87 180 0.88 0.07
Hex 2 20 20 5E 0 0 57 B4 58 7
Octal 2 40 40 136 0 0 127 264 130 7
Binary 10 100000 100000 1011110 0 0 1010111 10110100 1011000 111

Color Harmonies of #022020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022020

Black with #022020

Text Example


Text Example

White with #022020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022020; }

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

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

background-color css

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

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

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

border-color css

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

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

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