#121816

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

Shades of Dark Green #121816

Tints of Dark Green #121816

Color information

#121816 (or 0x121816) is unknown color: approx Dark Green. HEX triplet: 12, 18 and 16. RGB value is (18,24,22). Sum of RGB (Red+Green+Blue) = 18+24+22=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 24 - color contains mainly: green. Hex color #121816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121816 is #EDE7E9. Grayscale: #151515. Windows color (decimal): -15591402 or 1447954. OLE color: 1447954.

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

Color convert

RGB182422-
CMYK0.2500.080.91
HSL160º14.29%8.24%-
HSV(B)160º25%9.41%-
XYZ0.720.840.88-
YUV21.98128.01125.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 22 (8.98% from 255) = 34.38%
R=28.12%
G=37.5%
B=34.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1824220.2500.080.9116014.298.24
Hex12181619085Ba0e8
Octal223026310101332401610
Binary100101100010110110010100010110111010000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121816; }

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

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

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

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

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

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

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

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