#121715

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

Shades of Dark Green #121715

Tints of Dark Green #121715

Color information

#121715 (or 0x121715) is unknown color: approx Dark Green. HEX triplet: 12, 17 and 15. RGB value is (18,23,21). Sum of RGB (Red+Green+Blue) = 18+23+21=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 23 - color contains mainly: green. Hex color #121715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121715 is #EDE8EA. Grayscale: #151515. Windows color (decimal): -15591659 or 1382162. OLE color: 1382162.

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

Color convert

RGB182321-
CMYK0.2200.090.91
HSL156º12.2%8.04%-
HSV(B)156º21.74%9.02%-
XYZ0.690.80.83-
YUV21.28127.84125.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 23 (9.38% from 255) = 37.10%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=29.03%
G=37.10%
B=33.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1823210.2200.090.9115612.28.04
Hex12171516095B9cc8
Octal222725260111332341410
Binary100101011110101101100100110110111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121715; }

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

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

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

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

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

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

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

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