#082018

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

Shades of Dark Green #082018

Tints of Dark Green #082018

Color information

#082018 (or 0x082018) is unknown color: approx Dark Green. HEX triplet: 08, 20 and 18. RGB value is (8,32,24). Sum of RGB (Red+Green+Blue) = 8+32+24=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #082018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082018 is #F7DFE7. Grayscale: #171717. Windows color (decimal): -16244712 or 1581064. OLE color: 1581064.

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

Color convert

RGB83224-
CMYK0.7500.250.87
HSL160º60%7.84%-
HSV(B)160º75%12.55%-
XYZ0.781.151.05-
YUV23.91128.05116.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 32 (12.89% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=12.5%
G=50%
B=37.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal832240.7500.250.87160607.84
Hex820184B01957a03c8
Octal1040301130311272407410
Binary10001000001100010010110110011010111101000001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082018; }

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

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

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

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

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

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

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

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