#0A2820

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

Shades of Dark Green #0A2820

Tints of Dark Green #0A2820

Color information

#0A2820 (or 0x0A2820) is unknown color: approx Dark Green. HEX triplet: 0A, 28 and 20. RGB value is (10,40,32). Sum of RGB (Red+Green+Blue) = 10+40+32=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #0A2820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2820 is #F5D7DF. Grayscale: #1E1E1E. Windows color (decimal): -16111584 or 2107402. OLE color: 2107402.

HSL color Cylindrical-coordinate representation of color #0A2820: hue angle of 164º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A2820 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB104032-
CMYK0.7500.200.84
HSL164º60%9.8%-
HSV(B)164º75%15.69%-
XYZ1.141.691.63-
YUV30.12129.06113.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 40 (16.02% from 255) = 48.78%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=12.20%
G=48.78%
B=39.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1040320.7500.200.84164609.8
HexA28204B01454a43ca
Octal1250401130241242447412
Binary101010100010000010010110101001010100101001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2820; }

 p { color: rgb(10,40,32); }

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

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

 a { background-color: rgb(10,40,32); }

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

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

 span { border-color: rgb(10,40,32); }

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