#0A120D

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

Shades of Dark Green #0A120D

Tints of Dark Green #0A120D

Color information

#0A120D (or 0x0A120D) is unknown color: approx Dark Green. HEX triplet: 0A, 12 and 0D. RGB value is (10,18,13). Sum of RGB (Red+Green+Blue) = 10+18+13=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #0A120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A120D is #F5EDF2. Grayscale: #0F0F0F. Windows color (decimal): -16117235 or 856586. OLE color: 856586.

HSL color Cylindrical-coordinate representation of color #0A120D: hue angle of 142.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0A120D is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB101813-
CMYK0.4400.280.93
HSL142.5º28.57%5.49%-
HSV(B)142.5º44.44%7.06%-
XYZ0.410.530.46-
YUV15.04126.85124.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=24.39%
G=43.90%
B=31.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1018130.4400.280.93142.528.575.49
HexA12D2C01C5D8e1d5
Octal12221554034135216355
Binary101010010110110110001110010111011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,18,13); }

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

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

 a { background-color: rgb(10,18,13); }

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

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

 span { border-color: rgb(10,18,13); }

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