#082818

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

Shades of Dark Green #082818

Tints of Dark Green #082818

Color information

#082818 (or 0x082818) is unknown color: approx Dark Green. HEX triplet: 08, 28 and 18. RGB value is (8,40,24). Sum of RGB (Red+Green+Blue) = 8+40+24=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #082818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082818 is #F7D7E7. Grayscale: #1C1C1C. Windows color (decimal): -16242664 or 1583112. OLE color: 1583112.

HSL color Cylindrical-coordinate representation of color #082818: hue angle of 150º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082818 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB84024-
CMYK0.8000.400.84
HSL150º66.67%9.41%-
HSV(B)150º80%15.69%-
XYZ1.021.641.13-
YUV28.61125.4113.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 40 (16.02% from 255) = 55.56%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=11.11%
G=55.56%
B=33.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840240.8000.400.8415066.679.41
Hex82818500285496439
Octal10503012005012422610311
Binary1000101000110001010000010100010101001001011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082818; }

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

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

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

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

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

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

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

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