Html Css Color HEX #022320 Dark Green

📋 copy color: '#022320'

red 2 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #022320

Tints of Dark Green #022320

RGB

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

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

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

R = 2.9%
G = 50.72%
B = 46.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#022320 (or 0x022320) is known color: Dark Green. HEX triplet: 02, 23 and 20. RGB value is (2,35,32). Sum of RGB (Red+Green+Blue) = 2+35+32=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #022320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022320 is #FDDCDF. Grayscale: #181818. Windows color (decimal): -16637152 or 2106114. OLE color: 2106114.

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

Color convert

RGB 2 35 32 -
CMYK 0.94 0 0.09 0.86
HSL 174.55º 0.89% 0.07% -
HSV(B) 174.55º 0.94% 0.14% -
XYZ 0.89 1.32 1.57 -
YUV 24.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 2 35 32 0.94 0 0.09 0.86 174.55 0.89 0.07
Hex 2 23 20 5E 0 9 56 AF 59 7
Octal 2 43 40 136 0 11 126 257 131 7
Binary 10 100011 100000 1011110 0 1001 1010110 10101111 1011001 111

Color Harmonies of #022320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022320

Black with #022320

Text Example


Text Example

White with #022320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022320; }

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

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

background-color css

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

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

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

border-color css

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

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

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