#0C110E

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

Shades of Dark Green #0C110E

Tints of Dark Green #0C110E

Color information

#0C110E (or 0x0C110E) is unknown color: approx Dark Green. HEX triplet: 0C, 11 and 0E. RGB value is (12,17,14). Sum of RGB (Red+Green+Blue) = 12+17+14=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #0C110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C110E is #F3EEF1. Grayscale: #0F0F0F. Windows color (decimal): -15986418 or 921868. OLE color: 921868.

HSL color Cylindrical-coordinate representation of color #0C110E: hue angle of 144º 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 #0C110E is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB121714-
CMYK0.2900.180.93
HSL144º17.24%5.69%-
HSV(B)144º29.41%6.67%-
XYZ0.430.510.49-
YUV15.16127.34125.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=27.91%
G=39.53%
B=32.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1217140.2900.180.9314417.245.69
HexC11E1D0125D90116
Octal14211635022135220216
Binary11001000111101110101001010111011001000010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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