#082622

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

Shades of Dark Green #082622

Tints of Dark Green #082622

Color information

#082622 (or 0x082622) is unknown color: approx Dark Green. HEX triplet: 08, 26 and 22. RGB value is (8,38,34). Sum of RGB (Red+Green+Blue) = 8+38+34=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 34 (13.67% from 255 or 42.5% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #082622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082622 is #F7D9DD. Grayscale: #1C1C1C. Windows color (decimal): -16243166 or 2237960. OLE color: 2237960.

HSL color Cylindrical-coordinate representation of color #082622: hue angle of 172º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082622 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB83834-
CMYK0.7900.110.85
HSL172º65.22%9.02%-
HSV(B)172º78.95%14.9%-
XYZ1.081.551.76-
YUV28.57131.06113.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 34 (13.67% from 255) = 42.5%
R=10%
G=47.5%
B=42.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal838340.7900.110.8517265.229.02
Hex826224F0B55ac419
Octal10464211701312525410111
Binary100010011010001010011110101110101011010110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082622; }

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

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

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

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

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

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

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

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