#121514

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

Shades of Dark Green #121514

Tints of Dark Green #121514

Color information

#121514 (or 0x121514) is unknown color: approx Dark Green. HEX triplet: 12, 15 and 14. RGB value is (18,21,20). Sum of RGB (Red+Green+Blue) = 18+21+20=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 21 - color contains mainly: green. Hex color #121514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121514 is #EDEAEB. Grayscale: #131313. Windows color (decimal): -15592172 or 1316114. OLE color: 1316114.

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

Color convert

RGB182120-
CMYK0.1400.050.92
HSL160º7.69%7.65%-
HSV(B)160º14.29%8.24%-
XYZ0.640.720.77-
YUV19.99128.01126.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=30.51%
G=35.59%
B=33.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1821200.1400.050.921607.697.65
Hex121514E055Ca088
Octal22252416051342401010
Binary1001010101101001110010110111001010000010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121514; }

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

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

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

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

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

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

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

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