#121615

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

Shades of Dark Green #121615

Tints of Dark Green #121615

Color information

#121615 (or 0x121615) is unknown color: approx Dark Green. HEX triplet: 12, 16 and 15. RGB value is (18,22,21). Sum of RGB (Red+Green+Blue) = 18+22+21=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 22 - color contains mainly: green. Hex color #121615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121615 is #EDE9EA. Grayscale: #141414. Windows color (decimal): -15591915 or 1381906. OLE color: 1381906.

HSL color Cylindrical-coordinate representation of color #121615: hue angle of 165º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #121615 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.

Color convert

RGB182221-
CMYK0.1800.050.91
HSL165º10%7.84%-
HSV(B)165º18.18%8.63%-
XYZ0.670.760.82-
YUV20.69128.17126.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 22 (8.98% from 255) = 36.07%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=29.51%
G=36.07%
B=34.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1822210.1800.050.91165107.84
Hex12161512055Ba5a8
Octal22262522051332451210
Binary10010101101010110010010110110111010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121615; }

 p { color: rgb(18,22,21); }

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

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

 a { background-color: rgb(18,22,21); }

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

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

 span { border-color: rgb(18,22,21); }

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