#0A2F20

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

Shades of Dark Green #0A2F20

Tints of Dark Green #0A2F20

Color information

#0A2F20 (or 0x0A2F20) is unknown color: approx Dark Green. HEX triplet: 0A, 2F and 20. RGB value is (10,47,32). Sum of RGB (Red+Green+Blue) = 10+47+32=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #0A2F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2F20 is #F5D0DF. Grayscale: #222222. Windows color (decimal): -16109792 or 2109194. OLE color: 2109194.

HSL color Cylindrical-coordinate representation of color #0A2F20: hue angle of 155.68º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2F20 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB104732-
CMYK0.7900.320.82
HSL155.68º64.91%11.18%-
HSV(B)155.68º78.72%18.43%-
XYZ1.42.21.72-
YUV34.23126.74110.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 47 (18.75% from 255) = 52.81%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=11.24%
G=52.81%
B=35.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1047320.7900.320.82155.6864.9111.18
HexA2F204F020529c41b
Octal12574011704012223410113
Binary10101011111000001001111010000010100101001110010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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