Html Css Color HEX #022322 Dark Green

📋 copy color: '#022322'

red 2 ◦ green 35 ◦ blue 34

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

Shades of Dark Green #022322

Tints of Dark Green #022322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 49.3%

 BLUE value IS 34 (13.67% from 255) = 47.89%

R = 2.82%
G = 49.3%
B = 47.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.86

RGB Variations

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

Color information

#022322 (or 0x022322) is known color: Dark Green. HEX triplet: 02, 23 and 22. RGB value is (2,35,34). Sum of RGB (Red+Green+Blue) = 2+35+34=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #022322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022322 is #FDDCDD. Grayscale: #181818. Windows color (decimal): -16637150 or 2237186. OLE color: 2237186.

HSL color Cylindrical-coordinate representation of color #022322: hue angle of 178.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022322 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 35 34 -
CMYK 0.94 0 0.03 0.86
HSL 178.18º 0.89% 0.07% -
HSV(B) 178.18º 0.94% 0.14% -
XYZ 0.91 1.33 1.72 -
YUV 25.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 2 35 34 0.94 0 0.03 0.86 178.18 0.89 0.07
Hex 2 23 22 5E 0 3 56 B2 59 7
Octal 2 43 42 136 0 3 126 262 131 7
Binary 10 100011 100010 1011110 0 11 1010110 10110010 1011001 111

Color Harmonies of #022322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022322

Black with #022322

Text Example


Text Example

White with #022322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022322; }

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

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

background-color css

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

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

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

border-color css

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

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

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