Html Css Color HEX #022011 Dark Green

📋 copy color: '#022011'

red 2 ◦ green 32 ◦ blue 17

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

Shades of Dark Green #022011

Tints of Dark Green #022011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 33.33%

R = 3.92%
G = 62.75%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#022011 (or 0x022011) is known color: Dark Green. HEX triplet: 02, 20 and 11. RGB value is (2,32,17). Sum of RGB (Red+Green+Blue) = 2+32+17=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #022011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022011 is #FDDFEE. Grayscale: #151515. Windows color (decimal): -16637935 or 1122306. OLE color: 1122306.

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

Color convert

RGB 2 32 17 -
CMYK 0.94 0 0.47 0.87
HSL 150º 0.88% 0.07% -
HSV(B) 150º 0.94% 0.13% -
XYZ 0.64 1.09 0.71 -
YUV 21.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 2 32 17 0.94 0 0.47 0.87 150 0.88 0.07
Hex 2 20 11 5E 0 2F 57 96 58 7
Octal 2 40 21 136 0 57 127 226 130 7
Binary 10 100000 10001 1011110 0 101111 1010111 10010110 1011000 111

Color Harmonies of #022011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022011

Black with #022011

Text Example


Text Example

White with #022011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022011; }

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

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

background-color css

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

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

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

border-color css

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

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

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