#082E18

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

Shades of Dark Green #082E18

Tints of Dark Green #082E18

Color information

#082E18 (or 0x082E18) is unknown color: approx Dark Green. HEX triplet: 08, 2E and 18. RGB value is (8,46,24). Sum of RGB (Red+Green+Blue) = 8+46+24=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #082E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082E18 is #F7D1E7. Grayscale: #202020. Windows color (decimal): -16241128 or 1584648. OLE color: 1584648.

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

Color convert

RGB84624-
CMYK0.8300.480.82
HSL145.26º70.37%10.59%-
HSV(B)145.26º82.61%18.04%-
XYZ1.242.071.2-
YUV32.13123.41110.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 46 (18.36% from 255) = 58.97%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=10.26%
G=58.97%
B=30.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal846240.8300.480.82145.2670.3710.59
Hex82E1853030529146b
Octal10563012306012222110613
Binary1000101110110001010011011000010100101001000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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