#082320

Color #082320 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #082320

Tints of Dark Green #082320

Color information

#082320 (or 0x082320) is unknown color: approx 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

RGB83532-
CMYK0.7700.090.86
HSL173.33º62.79%8.43%-
HSV(B)173.33º77.14%13.73%-
XYZ0.961.361.58-
YUV26.58131.05114.74-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835320.7700.090.86173.3362.798.43
Hex823204D0956ad3f8
Octal1043401150111262557710
Binary10001000111000001001101010011010110101011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>