#082312

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

Shades of Dark Green #082312

Tints of Dark Green #082312

Color information

#082312 (or 0x082312) is unknown color: approx Dark Green. HEX triplet: 08, 23 and 12. RGB value is (8,35,18). Sum of RGB (Red+Green+Blue) = 8+35+18=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #082312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082312 is #F7DCED. Grayscale: #191919. Windows color (decimal): -16243950 or 1188616. OLE color: 1188616.

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

Color convert

RGB83518-
CMYK0.7700.490.86
HSL142.22º62.79%8.43%-
HSV(B)142.22º77.14%13.73%-
XYZ0.811.30.78-
YUV24.99124.05115.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 35 (14.06% from 255) = 57.38%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=13.11%
G=57.38%
B=29.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835180.7700.490.86142.2262.798.43
Hex823124D031568e3f8
Octal1043221150611262167710
Binary100010001110010100110101100011010110100011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082312; }

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

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

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

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

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

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

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

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