Html Css Color HEX #022321 Dark Green

📋 copy color: '#022321'

red 2 ◦ green 35 ◦ blue 33

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

Shades of Dark Green #022321

Tints of Dark Green #022321

RGB

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

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

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

R = 2.86%
G = 50%
B = 47.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#022321 (or 0x022321) is known color: Dark Green. HEX triplet: 02, 23 and 21. RGB value is (2,35,33). Sum of RGB (Red+Green+Blue) = 2+35+33=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #022321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022321 is #FDDCDE. Grayscale: #181818. Windows color (decimal): -16637151 or 2171650. OLE color: 2171650.

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

Color convert

RGB 2 35 33 -
CMYK 0.94 0 0.06 0.86
HSL 176.36º 0.89% 0.07% -
HSV(B) 176.36º 0.94% 0.14% -
XYZ 0.9 1.32 1.65 -
YUV 24.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 2 35 33 0.94 0 0.06 0.86 176.36 0.89 0.07
Hex 2 23 21 5E 0 6 56 B0 59 7
Octal 2 43 41 136 0 6 126 260 131 7
Binary 10 100011 100001 1011110 0 110 1010110 10110000 1011001 111

Color Harmonies of #022321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022321

Black with #022321

Text Example


Text Example

White with #022321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022321; }

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

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

background-color css

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

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

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

border-color css

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

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

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