#0A2D20

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

Shades of Dark Green #0A2D20

Tints of Dark Green #0A2D20

Color information

#0A2D20 (or 0x0A2D20) is unknown color: approx Dark Green. HEX triplet: 0A, 2D and 20. RGB value is (10,45,32). Sum of RGB (Red+Green+Blue) = 10+45+32=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 45 (17.97% from 255 or 51.72% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 45 - color contains mainly: green. Hex color #0A2D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2D20 is #F5D2DF. Grayscale: #212121. Windows color (decimal): -16110304 or 2108682. OLE color: 2108682.

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

Color convert

RGB104532-
CMYK0.7800.290.82
HSL157.71º63.64%10.78%-
HSV(B)157.71º77.78%17.65%-
XYZ1.322.051.69-
YUV33.05127.4111.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.49%
GREEN value IS 45 (17.97% from 255) = 51.72%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=11.49%
G=51.72%
B=36.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1045320.7800.290.82157.7163.6410.78
HexA2D204E01D529e40b
Octal12554011603512223610013
Binary1010101101100000100111001110110100101001111010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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