#0C1716

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

Shades of Dark Green #0C1716

Tints of Dark Green #0C1716

Color information

#0C1716 (or 0x0C1716) is unknown color: approx Dark Green. HEX triplet: 0C, 17 and 16. RGB value is (12,23,22). Sum of RGB (Red+Green+Blue) = 12+23+22=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1716 is #F3E8E9. Grayscale: #131313. Windows color (decimal): -15984874 or 1447692. OLE color: 1447692.

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

Color convert

RGB122322-
CMYK0.4800.040.91
HSL174.55º31.43%6.86%-
HSV(B)174.55º47.83%9.02%-
XYZ0.60.750.87-
YUV19.6129.36122.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.05%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=21.05%
G=40.35%
B=38.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1223220.4800.040.91174.5531.436.86
HexC171630045Baf1f7
Octal1427266004133257377
Binary11001011110110110000010010110111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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