Html Css Color HEX #121514 Dark Green

📋 copy color: '#121514'

red 18 ◦ green 21 ◦ blue 20

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

Shades of Dark Green #121514

Tints of Dark Green #121514

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.2% from 255) = 33.9%

R = 30.51%
G = 35.59%
B = 33.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 18 21 20 -
CMYK 0.14 0 0.05 0.92
HSL 160º 0.08% 0.08% -
HSV(B) 160º 0.14% 0.08% -
XYZ 0.64 0.72 0.77 -
YUV 19.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 18 21 20 0.14 0 0.05 0.92 160 0.08 0.08
Hex 12 15 14 E 0 5 5C A0 8 8
Octal 22 25 24 16 0 5 134 240 10 10
Binary 10010 10101 10100 1110 0 101 1011100 10100000 1000 1000

Color Harmonies of #121514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121514

Black with #121514

Text Example


Text Example

White with #121514

Text Example


Text Example

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