#082313

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

Shades of Dark Green #082313

Tints of Dark Green #082313

Color information

#082313 (or 0x082313) is unknown color: approx Dark Green. HEX triplet: 08, 23 and 13. RGB value is (8,35,19). Sum of RGB (Red+Green+Blue) = 8+35+19=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #082313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082313 is #F7DCEC. Grayscale: #191919. Windows color (decimal): -16243949 or 1254152. OLE color: 1254152.

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

Color convert

RGB83519-
CMYK0.7700.460.86
HSL144.44º62.79%8.43%-
HSV(B)144.44º77.14%13.73%-
XYZ0.821.30.82-
YUV25.1124.55115.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=12.90%
G=56.45%
B=30.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835190.7700.460.86144.4462.798.43
Hex823134D02E56903f8
Octal1043231150561262207710
Binary100010001110011100110101011101010110100100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082313; }

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

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

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

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

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

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

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

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