#082E27

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

Shades of Dark Green #082E27

Tints of Dark Green #082E27

Color information

#082E27 (or 0x082E27) is unknown color: approx Dark Green. HEX triplet: 08, 2E and 27. RGB value is (8,46,39). Sum of RGB (Red+Green+Blue) = 8+46+39=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #082E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E27 is #F7D1D8. Grayscale: #212121. Windows color (decimal): -16241113 or 2567688. OLE color: 2567688.

HSL color Cylindrical-coordinate representation of color #082E27: hue angle of 168.95º 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 #082E27 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB84639-
CMYK0.8300.150.82
HSL168.95º70.37%10.59%-
HSV(B)168.95º82.61%18.04%-
XYZ1.442.152.26-
YUV33.84130.91109.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 46 (18.36% from 255) = 49.46%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=8.60%
G=49.46%
B=41.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal846390.8300.150.82168.9570.3710.59
Hex82E27530F52a946b
Octal10564712301712225110613
Binary100010111010011110100110111110100101010100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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