#082311

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

Shades of Dark Green #082311

Tints of Dark Green #082311

Color information

#082311 (or 0x082311) is unknown color: approx Dark Green. HEX triplet: 08, 23 and 11. RGB value is (8,35,17). Sum of RGB (Red+Green+Blue) = 8+35+17=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #082311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082311 is #F7DCEE. Grayscale: #181818. Windows color (decimal): -16243951 or 1123080. OLE color: 1123080.

HSL color Cylindrical-coordinate representation of color #082311: hue angle of 140º 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 #082311 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB83517-
CMYK0.7700.510.86
HSL140º62.79%8.43%-
HSV(B)140º77.14%13.73%-
XYZ0.81.290.74-
YUV24.87123.55115.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 35 (14.06% from 255) = 58.33%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=13.33%
G=58.33%
B=28.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835170.7700.510.8614062.798.43
Hex823114D033568c3f8
Octal1043211150631262147710
Binary100010001110001100110101100111010110100011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082311; }

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

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

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

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

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

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

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

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