Html Css Color HEX #111514 Dark Green

📋 copy color: '#111514'

red 17 ◦ green 21 ◦ blue 20

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

Shades of Dark Green #111514

Tints of Dark Green #111514

RGB

 RED value IS 17 (7.03% from 255) = 29.31%

 GREEN value IS 21 (8.59% from 255) = 36.21%

 BLUE value IS 20 (8.2% from 255) = 34.48%

R = 29.31%
G = 36.21%
B = 34.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#111514 (or 0x111514) is known color: Dark Green. HEX triplet: 11, 15 and 14. RGB value is (17,21,20). Sum of RGB (Red+Green+Blue) = 17+21+20=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 21 - color contains mainly: green. Hex color #111514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111514 is #EEEAEB. Grayscale: #131313. Windows color (decimal): -15657708 or 1316113. OLE color: 1316113.

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

Color convert

RGB 17 21 20 -
CMYK 0.19 0 0.05 0.92
HSL 165º 0.11% 0.07% -
HSV(B) 165º 0.19% 0.08% -
XYZ 0.63 0.71 0.77 -
YUV 19.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 17 21 20 0.19 0 0.05 0.92 165 0.11 0.07
Hex 11 15 14 13 0 5 5C A5 B 7
Octal 21 25 24 23 0 5 134 245 13 7
Binary 10001 10101 10100 10011 0 101 1011100 10100101 1011 111

Color Harmonies of #111514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111514

Black with #111514

Text Example


Text Example

White with #111514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111514; }

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

 H1.HeaderClassName
 {
   color: #111514;
 }
 .AnyTagClassName
 {
   color: #111514;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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