#0C1614

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

Shades of Dark Green #0C1614

Tints of Dark Green #0C1614

Color information

#0C1614 (or 0x0C1614) is unknown color: approx Dark Green. HEX triplet: 0C, 16 and 14. RGB value is (12,22,20). Sum of RGB (Red+Green+Blue) = 12+22+20=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1614 is #F3E9EB. Grayscale: #121212. Windows color (decimal): -15985132 or 1316364. OLE color: 1316364.

HSL color Cylindrical-coordinate representation of color #0C1614: hue angle of 168º 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 #0C1614 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB122220-
CMYK0.4500.090.91
HSL168º29.41%6.67%-
HSV(B)168º45.45%8.63%-
XYZ0.560.70.77-
YUV18.78128.69123.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.22%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=22.22%
G=40.74%
B=37.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1222200.4500.090.9116829.416.67
HexC16142D095Ba81d7
Octal14262455011133250357
Binary110010110101001011010100110110111010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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