Html Css Color HEX #022820 Dark Green

📋 copy color: '#022820'

red 2 ◦ green 40 ◦ blue 32

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

Shades of Dark Green #022820

Tints of Dark Green #022820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 54.05%

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

R = 2.7%
G = 54.05%
B = 43.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#022820 (or 0x022820) is known color: Dark Green. HEX triplet: 02, 28 and 20. RGB value is (2,40,32). Sum of RGB (Red+Green+Blue) = 2+40+32=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #022820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022820 is #FDD7DF. Grayscale: #1B1B1B. Windows color (decimal): -16635872 or 2107394. OLE color: 2107394.

HSL color Cylindrical-coordinate representation of color #022820: hue angle of 167.37º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022820 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 40 32 -
CMYK 0.95 0 0.20 0.84
HSL 167.37º 0.9% 0.08% -
HSV(B) 167.37º 0.95% 0.16% -
XYZ 1.04 1.63 1.63 -
YUV 27.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 2 40 32 0.95 0 0.20 0.84 167.37 0.9 0.08
Hex 2 28 20 5F 0 14 54 A7 5A 8
Octal 2 50 40 137 0 24 124 247 132 10
Binary 10 101000 100000 1011111 0 10100 1010100 10100111 1011010 1000

Color Harmonies of #022820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022820

Black with #022820

Text Example


Text Example

White with #022820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022820; }

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

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

background-color css

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

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

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

border-color css

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

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

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