#0C1814

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

Shades of Dark Green #0C1814

Tints of Dark Green #0C1814

Color information

#0C1814 (or 0x0C1814) is unknown color: approx Dark Green. HEX triplet: 0C, 18 and 14. RGB value is (12,24,20). Sum of RGB (Red+Green+Blue) = 12+24+20=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1814 is #F3E7EB. Grayscale: #131313. Windows color (decimal): -15984620 or 1316876. OLE color: 1316876.

HSL color Cylindrical-coordinate representation of color #0C1814: hue angle of 160º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C1814 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB122420-
CMYK0.5000.170.91
HSL160º33.33%7.06%-
HSV(B)160º50%9.41%-
XYZ0.60.780.78-
YUV19.96128.02122.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=21.43%
G=42.86%
B=35.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1224200.5000.170.9116033.337.06
HexC1814320115Ba0217
Octal14302462021133240417
Binary11001100010100110010010001101101110100000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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