#082822

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

Shades of Dark Green #082822

Tints of Dark Green #082822

Color information

#082822 (or 0x082822) is unknown color: approx Dark Green. HEX triplet: 08, 28 and 22. RGB value is (8,40,34). Sum of RGB (Red+Green+Blue) = 8+40+34=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #082822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082822 is #F7D7DD. Grayscale: #1D1D1D. Windows color (decimal): -16242654 or 2238472. OLE color: 2238472.

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

Color convert

RGB84034-
CMYK0.8000.150.84
HSL168.75º66.67%9.41%-
HSV(B)168.75º80%15.69%-
XYZ1.151.681.78-
YUV29.75130.4112.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 40 (16.02% from 255) = 48.78%
BLUE value IS 34 (13.67% from 255) = 41.46%
R=9.76%
G=48.78%
B=41.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840340.8000.150.84168.7566.679.41
Hex82822500F54a9439
Octal10504212001712425110311
Binary100010100010001010100000111110101001010100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082822; }

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

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

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

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

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

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

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

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