#0C1815

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

Shades of Dark Green #0C1815

Tints of Dark Green #0C1815

Color information

#0C1815 (or 0x0C1815) is unknown color: approx Dark Green. HEX triplet: 0C, 18 and 15. RGB value is (12,24,21). Sum of RGB (Red+Green+Blue) = 12+24+21=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1815 is #F3E7EA. Grayscale: #141414. Windows color (decimal): -15984619 or 1382412. OLE color: 1382412.

HSL color Cylindrical-coordinate representation of color #0C1815: hue angle of 165º 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 #0C1815 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB122421-
CMYK0.5000.130.91
HSL165º33.33%7.06%-
HSV(B)165º50%9.41%-
XYZ0.610.790.83-
YUV20.07128.52122.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.05%
GREEN value IS 24 (9.77% from 255) = 42.11%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1224210.5000.130.9116533.337.06
HexC1815320D5Ba5217
Octal14302562015133245417
Binary1100110001010111001001101101101110100101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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