#0A2C20

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

Shades of Dark Green #0A2C20

Tints of Dark Green #0A2C20

Color information

#0A2C20 (or 0x0A2C20) is unknown color: approx Dark Green. HEX triplet: 0A, 2C and 20. RGB value is (10,44,32). Sum of RGB (Red+Green+Blue) = 10+44+32=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #0A2C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2C20 is #F5D3DF. Grayscale: #202020. Windows color (decimal): -16110560 or 2108426. OLE color: 2108426.

HSL color Cylindrical-coordinate representation of color #0A2C20: hue angle of 158.82º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A2C20 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB104432-
CMYK0.7700.270.83
HSL158.82º62.96%10.59%-
HSV(B)158.82º77.27%17.25%-
XYZ1.291.971.68-
YUV32.47127.74111.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.63%
GREEN value IS 44 (17.58% from 255) = 51.16%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=11.63%
G=51.16%
B=37.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1044320.7700.270.83158.8262.9610.59
HexA2C204D01B539f3fb
Octal1254401150331232377713
Binary101010110010000010011010110111010011100111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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