#0A201E

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

Shades of Dark Green #0A201E

Tints of Dark Green #0A201E

Color information

#0A201E (or 0x0A201E) is unknown color: approx Dark Green. HEX triplet: 0A, 20 and 1E. RGB value is (10,32,30). Sum of RGB (Red+Green+Blue) = 10+32+30=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #0A201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A201E is #F5DFE1. Grayscale: #191919. Windows color (decimal): -16113634 or 1974282. OLE color: 1974282.

HSL color Cylindrical-coordinate representation of color #0A201E: hue angle of 174.55º 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 #0A201E is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB103230-
CMYK0.6900.060.87
HSL174.55º52.38%8.24%-
HSV(B)174.55º68.75%12.55%-
XYZ0.881.191.41-
YUV25.19130.71117.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.89%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=13.89%
G=44.44%
B=41.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1032300.6900.060.87174.5552.388.24
HexA201E450657af348
Octal124036105061272576410
Binary101010000011110100010101101010111101011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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