#082322

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

Shades of Dark Green #082322

Tints of Dark Green #082322

Color information

#082322 (or 0x082322) is unknown color: approx Dark Green. HEX triplet: 08, 23 and 22. RGB value is (8,35,34). Sum of RGB (Red+Green+Blue) = 8+35+34=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 34 (13.67% from 255 or 44.16% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #082322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082322 is #F7DCDD. Grayscale: #1A1A1A. Windows color (decimal): -16243934 or 2237192. OLE color: 2237192.

HSL color Cylindrical-coordinate representation of color #082322: hue angle of 177.78º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #082322 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB83534-
CMYK0.7700.030.86
HSL177.78º62.79%8.43%-
HSV(B)177.78º77.14%13.73%-
XYZ0.991.371.73-
YUV26.81132.05114.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 35 (14.06% from 255) = 45.45%
BLUE value IS 34 (13.67% from 255) = 44.16%
R=10.39%
G=45.45%
B=44.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835340.7700.030.86177.7862.798.43
Hex823224D0356b23f8
Octal104342115031262627710
Binary100010001110001010011010111010110101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082322; }

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

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

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

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

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

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

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

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