#0A1812

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

Shades of Dark Green #0A1812

Tints of Dark Green #0A1812

Color information

#0A1812 (or 0x0A1812) is unknown color: approx Dark Green. HEX triplet: 0A, 18 and 12. RGB value is (10,24,18). Sum of RGB (Red+Green+Blue) = 10+24+18=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1812 is #F5E7ED. Grayscale: #131313. Windows color (decimal): -16115694 or 1185802. OLE color: 1185802.

HSL color Cylindrical-coordinate representation of color #0A1812: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1812 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB102418-
CMYK0.5800.250.91
HSL154.29º41.18%6.67%-
HSV(B)154.29º58.33%9.41%-
XYZ0.560.760.69-
YUV19.13127.36121.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.23%
GREEN value IS 24 (9.77% from 255) = 46.15%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=19.23%
G=46.15%
B=34.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1024180.5800.250.91154.2941.186.67
HexA18123A0195B9a297
Octal12302272031133232517
Binary10101100010010111010011001101101110011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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