#0C1510

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

Shades of Dark Green #0C1510

Tints of Dark Green #0C1510

Color information

#0C1510 (or 0x0C1510) is unknown color: approx Dark Green. HEX triplet: 0C, 15 and 10. RGB value is (12,21,16). Sum of RGB (Red+Green+Blue) = 12+21+16=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1510 is #F3EAEF. Grayscale: #111111. Windows color (decimal): -15985392 or 1053964. OLE color: 1053964.

HSL color Cylindrical-coordinate representation of color #0C1510: hue angle of 146.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C1510 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB122116-
CMYK0.4300.240.92
HSL146.67º27.27%6.47%-
HSV(B)146.67º42.86%8.24%-
XYZ0.510.650.59-
YUV17.74127.02123.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=24.49%
G=42.86%
B=32.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1221160.4300.240.92146.6727.276.47
HexC15102B0185C931b6
Octal14252053030134223336
Binary1100101011000010101101100010111001001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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