Html Css Color HEX #111714 Dark Green

📋 copy color: '#111714'

red 17 ◦ green 23 ◦ blue 20

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

Shades of Dark Green #111714

Tints of Dark Green #111714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 38.33%

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

R = 28.33%
G = 38.33%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#111714 (or 0x111714) is known color: Dark Green. HEX triplet: 11, 17 and 14. RGB value is (17,23,20). Sum of RGB (Red+Green+Blue) = 17+23+20=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 23 - color contains mainly: green. Hex color #111714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111714 is #EEE8EB. Grayscale: #141414. Windows color (decimal): -15657196 or 1316625. OLE color: 1316625.

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

Color convert

RGB 17 23 20 -
CMYK 0.26 0 0.13 0.91
HSL 150º 0.15% 0.08% -
HSV(B) 150º 0.26% 0.09% -
XYZ 0.66 0.78 0.78 -
YUV 20.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 17 23 20 0.26 0 0.13 0.91 150 0.15 0.08
Hex 11 17 14 1A 0 D 5B 96 F 8
Octal 21 27 24 32 0 15 133 226 17 10
Binary 10001 10111 10100 11010 0 1101 1011011 10010110 1111 1000

Color Harmonies of #111714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111714

Black with #111714

Text Example


Text Example

White with #111714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111714; }

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

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

background-color css

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

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

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

border-color css

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

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

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