#082010

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

Shades of Dark Green #082010

Tints of Dark Green #082010

Color information

#082010 (or 0x082010) is unknown color: approx Dark Green. HEX triplet: 08, 20 and 10. RGB value is (8,32,16). Sum of RGB (Red+Green+Blue) = 8+32+16=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #082010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082010 is #F7DFEF. Grayscale: #171717. Windows color (decimal): -16244720 or 1056776. OLE color: 1056776.

HSL color Cylindrical-coordinate representation of color #082010: hue angle of 140º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #082010 is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB83216-
CMYK0.7500.50.87
HSL140º60%7.84%-
HSV(B)140º75%12.55%-
XYZ0.711.120.67-
YUV23124.05117.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.29%
GREEN value IS 32 (12.89% from 255) = 57.14%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=14.29%
G=57.14%
B=28.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal832160.7500.50.87140607.84
Hex820104B032578c3c8
Octal1040201130621272147410
Binary100010000010000100101101100101010111100011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082010; }

 p { color: rgb(8,32,16); }

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

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

 a { background-color: rgb(8,32,16); }

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

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

 span { border-color: rgb(8,32,16); }

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