#082120

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

Shades of Dark Green #082120

Tints of Dark Green #082120

Color information

#082120 (or 0x082120) is unknown color: approx Dark Green. HEX triplet: 08, 21 and 20. RGB value is (8,33,32). Sum of RGB (Red+Green+Blue) = 8+33+32=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #082120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082120 is #F7DEDF. Grayscale: #191919. Windows color (decimal): -16244448 or 2105608. OLE color: 2105608.

HSL color Cylindrical-coordinate representation of color #082120: hue angle of 177.6º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #082120 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB83332-
CMYK0.7600.030.87
HSL177.6º60.98%8.04%-
HSV(B)177.6º75.76%12.94%-
XYZ0.91.241.56-
YUV25.41131.72115.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=10.96%
G=45.21%
B=43.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal833320.7600.030.87177.660.988.04
Hex821204C0357b23d8
Octal104140114031272627510
Binary100010000110000010011000111010111101100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082120; }

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

 H1.HeaderClassName
 {
   color: #082120;
 }
 .AnyTagClassName
 {
   color: #082120;
 }
</style>
background-color css

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

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

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

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

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

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