Html Css Color HEX #082820 Dark Green

📋 copy color: '#082820'

red 8 ◦ green 40 ◦ blue 32

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

Shades of Dark Green #082820

Tints of Dark Green #082820

RGB

 RED value IS 8 (3.52% from 255) = 10%

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

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

R = 10%
G = 50%
B = 40%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#082820 (or 0x082820) is known color: Dark Green. HEX triplet: 08, 28 and 20. RGB value is (8,40,32). Sum of RGB (Red+Green+Blue) = 8+40+32=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #082820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082820 is #F7D7DF. Grayscale: #1D1D1D. Windows color (decimal): -16242656 or 2107400. OLE color: 2107400.

HSL color Cylindrical-coordinate representation of color #082820: hue angle of 165º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082820 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 40 32 -
CMYK 0.80 0 0.20 0.84
HSL 165º 0.67% 0.09% -
HSV(B) 165º 0.8% 0.16% -
XYZ 1.12 1.67 1.63 -
YUV 29.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 8 40 32 0.80 0 0.20 0.84 165 0.67 0.09
Hex 8 28 20 50 0 14 54 A5 43 9
Octal 10 50 40 120 0 24 124 245 103 11
Binary 1000 101000 100000 1010000 0 10100 1010100 10100101 1000011 1001

Color Harmonies of #082820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082820

Black with #082820

Text Example


Text Example

White with #082820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082820; }

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

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

background-color css

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

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

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

border-color css

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

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

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