#082E20

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

Shades of Dark Green #082E20

Tints of Dark Green #082E20

Color information

#082E20 (or 0x082E20) is unknown color: approx Dark Green. HEX triplet: 08, 2E and 20. RGB value is (8,46,32). Sum of RGB (Red+Green+Blue) = 8+46+32=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 46 (18.36% from 255 or 53.49% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 46 - color contains mainly: green. Hex color #082E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E20 is #F7D1DF. Grayscale: #212121. Windows color (decimal): -16241120 or 2108936. OLE color: 2108936.

HSL color Cylindrical-coordinate representation of color #082E20: hue angle of 157.89º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082E20 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB84632-
CMYK0.8300.300.82
HSL157.89º70.37%10.59%-
HSV(B)157.89º82.61%18.04%-
XYZ1.342.111.7-
YUV33.04127.41110.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 46 (18.36% from 255) = 53.49%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=9.30%
G=53.49%
B=37.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal846320.8300.300.82157.8970.3710.59
Hex82E205301E529e46b
Octal10564012303612223610613
Binary1000101110100000101001101111010100101001111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082E20; }

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

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

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

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

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

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

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

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