Html Css Color HEX #111312 Dark Green

📋 copy color: '#111312'

red 17 ◦ green 19 ◦ blue 18

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

Shades of Dark Green #111312

Tints of Dark Green #111312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.19%

 BLUE value IS 18 (7.42% from 255) = 33.33%

R = 31.48%
G = 35.19%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#111312 (or 0x111312) is known color: Dark Green. HEX triplet: 11, 13 and 12. RGB value is (17,19,18). Sum of RGB (Red+Green+Blue) = 17+19+18=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 19 - color contains mainly: green. Hex color #111312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111312 is #EEECED. Grayscale: #121212. Windows color (decimal): -15658222 or 1184529. OLE color: 1184529.

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

Color convert

RGB 17 19 18 -
CMYK 0.11 0 0.05 0.93
HSL 150º 0.06% 0.07% -
HSV(B) 150º 0.11% 0.07% -
XYZ 0.57 0.63 0.66 -
YUV 18.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 17 19 18 0.11 0 0.05 0.93 150 0.06 0.07
Hex 11 13 12 B 0 5 5D 96 6 7
Octal 21 23 22 13 0 5 135 226 6 7
Binary 10001 10011 10010 1011 0 101 1011101 10010110 110 111

Color Harmonies of #111312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111312

Black with #111312

Text Example


Text Example

White with #111312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111312; }

 p { color: rgb(17,19,18); }

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

background-color css

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

 a { background-color: rgb(17,19,18); }

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

border-color css

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

 span { border-color: rgb(17,19,18); }

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