#0C1914

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

Shades of Dark Green #0C1914

Tints of Dark Green #0C1914

Color information

#0C1914 (or 0x0C1914) is unknown color: approx Dark Green. HEX triplet: 0C, 19 and 14. RGB value is (12,25,20). Sum of RGB (Red+Green+Blue) = 12+25+20=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1914 is #F3E6EB. Grayscale: #141414. Windows color (decimal): -15984364 or 1317132. OLE color: 1317132.

HSL color Cylindrical-coordinate representation of color #0C1914: hue angle of 156.92º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1914 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB122520-
CMYK0.5200.200.90
HSL156.92º35.14%7.25%-
HSV(B)156.92º52%9.8%-
XYZ0.630.820.79-
YUV20.54127.69121.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.05%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=21.05%
G=43.86%
B=35.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1225200.5200.200.90156.9235.147.25
HexC1914340145A9d237
Octal14312464024132235437
Binary11001100110100110100010100101101010011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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