#0C1612

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

Shades of Dark Green #0C1612

Tints of Dark Green #0C1612

Color information

#0C1612 (or 0x0C1612) is unknown color: approx Dark Green. HEX triplet: 0C, 16 and 12. RGB value is (12,22,18). Sum of RGB (Red+Green+Blue) = 12+22+18=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1612 is #F3E9ED. Grayscale: #121212. Windows color (decimal): -15985134 or 1185292. OLE color: 1185292.

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

Color convert

RGB122218-
CMYK0.4500.180.91
HSL156º29.41%6.67%-
HSV(B)156º45.45%8.63%-
XYZ0.550.70.68-
YUV18.55127.69123.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.08%
GREEN value IS 22 (8.98% from 255) = 42.31%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=23.08%
G=42.31%
B=34.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1222180.4500.180.9115629.416.67
HexC16122D0125B9c1d7
Octal14262255022133234357
Binary1100101101001010110101001010110111001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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