#0C1110

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

Shades of Dark Green #0C1110

Tints of Dark Green #0C1110

Color information

#0C1110 (or 0x0C1110) is unknown color: approx Dark Green. HEX triplet: 0C, 11 and 10. RGB value is (12,17,16). Sum of RGB (Red+Green+Blue) = 12+17+16=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 17 - color contains mainly: green. Hex color #0C1110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1110 is #F3EEEF. Grayscale: #0F0F0F. Windows color (decimal): -15986416 or 1052940. OLE color: 1052940.

HSL color Cylindrical-coordinate representation of color #0C1110: hue angle of 168º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0C1110 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB121716-
CMYK0.2900.060.93
HSL168º17.24%5.69%-
HSV(B)168º29.41%6.67%-
XYZ0.450.520.57-
YUV15.39128.34125.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.67%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 16 (6.64% from 255) = 35.56%
R=26.67%
G=37.78%
B=35.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1217160.2900.060.9316817.245.69
HexC11101D065Da8116
Octal1421203506135250216
Binary1100100011000011101011010111011010100010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,17,16); }

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

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

 a { background-color: rgb(12,17,16); }

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

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

 span { border-color: rgb(12,17,16); }

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