#0A1E11

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

Shades of Dark Green #0A1E11

Tints of Dark Green #0A1E11

Color information

#0A1E11 (or 0x0A1E11) is unknown color: approx Dark Green. HEX triplet: 0A, 1E and 11. RGB value is (10,30,17). Sum of RGB (Red+Green+Blue) = 10+30+17=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1E11 is #F5E1EE. Grayscale: #161616. Windows color (decimal): -16114159 or 1121802. OLE color: 1121802.

HSL color Cylindrical-coordinate representation of color #0A1E11: hue angle of 141º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0A1E11 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB103017-
CMYK0.6700.430.88
HSL141º50%7.84%-
HSV(B)141º66.67%11.76%-
XYZ0.691.030.69-
YUV22.54124.87119.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.54%
GREEN value IS 30 (12.11% from 255) = 52.63%
BLUE value IS 17 (7.03% from 255) = 29.82%
R=17.54%
G=52.63%
B=29.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1030170.6700.430.88141507.84
HexA1E114302B588d328
Octal1236211030531302156210
Binary10101111010001100001101010111011000100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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