#0C1812

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

Shades of Dark Green #0C1812

Tints of Dark Green #0C1812

Color information

#0C1812 (or 0x0C1812) is unknown color: approx Dark Green. HEX triplet: 0C, 18 and 12. RGB value is (12,24,18). Sum of RGB (Red+Green+Blue) = 12+24+18=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1812 is #F3E7ED. Grayscale: #131313. Windows color (decimal): -15984622 or 1185804. OLE color: 1185804.

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

Color convert

RGB122418-
CMYK0.5000.250.91
HSL150º33.33%7.06%-
HSV(B)150º50%9.41%-
XYZ0.590.780.69-
YUV19.73127.02122.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.22%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=22.22%
G=44.44%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1224180.5000.250.9115033.337.06
HexC1812320195B96217
Octal14302262031133226417
Binary11001100010010110010011001101101110010110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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