Html Css Color HEX #082320 Dark Green

📋 copy color: '#082320'

red 8 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #082320

Tints of Dark Green #082320

RGB

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

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

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

R = 10.67%
G = 46.67%
B = 42.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#082320 (or 0x082320) is known color: Dark Green. HEX triplet: 08, 23 and 20. RGB value is (8,35,32). Sum of RGB (Red+Green+Blue) = 8+35+32=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #082320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082320 is #F7DCDF. Grayscale: #1A1A1A. Windows color (decimal): -16243936 or 2106120. OLE color: 2106120.

HSL color Cylindrical-coordinate representation of color #082320: hue angle of 173.33º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #082320 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 35 32 -
CMYK 0.77 0 0.09 0.86
HSL 173.33º 0.63% 0.08% -
HSV(B) 173.33º 0.77% 0.14% -
XYZ 0.96 1.36 1.58 -
YUV 26.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 8 35 32 0.77 0 0.09 0.86 173.33 0.63 0.08
Hex 8 23 20 4D 0 9 56 AD 3F 8
Octal 10 43 40 115 0 11 126 255 77 10
Binary 1000 100011 100000 1001101 0 1001 1010110 10101101 111111 1000

Color Harmonies of #082320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082320

Black with #082320

Text Example


Text Example

White with #082320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082320; }

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

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

background-color css

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

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

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

border-color css

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

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

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