Html Css Color HEX #121816 Dark Green

📋 copy color: '#121816'

red 18 ◦ green 24 ◦ blue 22

#121816
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #121816

Tints of Dark Green #121816

RGB

 RED value IS 18 (7.42% from 255) = 28.13%

 GREEN value IS 24 (9.77% from 255) = 37.5%

 BLUE value IS 22 (8.98% from 255) = 34.38%

R = 28.13%
G = 37.5%
B = 34.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#121816 (or 0x121816) is known color: 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

RGB 18 24 22 -
CMYK 0.25 0 0.08 0.91
HSL 160º 0.14% 0.08% -
HSV(B) 160º 0.25% 0.09% -
XYZ 0.72 0.84 0.88 -
YUV 21.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 18 24 22 0.25 0 0.08 0.91 160 0.14 0.08
Hex 12 18 16 19 0 8 5B A0 E 8
Octal 22 30 26 31 0 10 133 240 16 10
Binary 10010 11000 10110 11001 0 1000 1011011 10100000 1110 1000

Color Harmonies of #121816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121816

Black with #121816

Text Example


Text Example

White with #121816

Text Example


Text Example

HTML Codes & Css Web 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>