#082816

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

Shades of Dark Green #082816

Tints of Dark Green #082816

Color information

#082816 (or 0x082816) is unknown color: approx Dark Green. HEX triplet: 08, 28 and 16. RGB value is (8,40,22). Sum of RGB (Red+Green+Blue) = 8+40+22=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #082816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082816 is #F7D7E9. Grayscale: #1C1C1C. Windows color (decimal): -16242666 or 1452040. OLE color: 1452040.

HSL color Cylindrical-coordinate representation of color #082816: hue angle of 146.25º 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 #082816 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB84022-
CMYK0.8000.450.84
HSL146.25º66.67%9.41%-
HSV(B)146.25º80%15.69%-
XYZ11.631.02-
YUV28.38124.4113.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 40 (16.02% from 255) = 57.14%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=11.43%
G=57.14%
B=31.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840220.8000.450.84146.2566.679.41
Hex828165002D5492439
Octal10502612005512422210311
Binary1000101000101101010000010110110101001001001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082816; }

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

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

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

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

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

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

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

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