#0A201C

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

Shades of Dark Green #0A201C

Tints of Dark Green #0A201C

Color information

#0A201C (or 0x0A201C) is unknown color: approx Dark Green. HEX triplet: 0A, 20 and 1C. RGB value is (10,32,28). Sum of RGB (Red+Green+Blue) = 10+32+28=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #0A201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A201C is #F5DFE3. Grayscale: #181818. Windows color (decimal): -16113636 or 1843210. OLE color: 1843210.

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

Color convert

RGB103228-
CMYK0.6900.120.87
HSL169.09º52.38%8.24%-
HSV(B)169.09º68.75%12.55%-
XYZ0.851.181.28-
YUV24.97129.71117.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.29%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 28 (11.33% from 255) = 40%
R=14.29%
G=45.71%
B=40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1032280.6900.120.87169.0952.388.24
HexA201C450C57a9348
Octal1240341050141272516410
Binary1010100000111001000101011001010111101010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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