Html Css Color HEX #111F1A Dark Green

📋 copy color: '#111F1A'

red 17 ◦ green 31 ◦ blue 26

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

Shades of Dark Green #111F1A

Tints of Dark Green #111F1A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 41.89%

 BLUE value IS 26 (10.55% from 255) = 35.14%

R = 22.97%
G = 41.89%
B = 35.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#111F1A (or 0x111F1A) is known color: Dark Green. HEX triplet: 11, 1F and 1A. RGB value is (17,31,26). Sum of RGB (Red+Green+Blue) = 17+31+26=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #111F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F1A is #EEE0E5. Grayscale: #1A1A1A. Windows color (decimal): -15655142 or 1711889. OLE color: 1711889.

HSL color Cylindrical-coordinate representation of color #111F1A: hue angle of 158.57º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111F1A is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 31 26 -
CMYK 0.45 0 0.16 0.88
HSL 158.57º 0.29% 0.09% -
HSV(B) 158.57º 0.45% 0.12% -
XYZ 0.91 1.17 1.16 -
YUV 26.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 17 31 26 0.45 0 0.16 0.88 158.57 0.29 0.09
Hex 11 1F 1A 2D 0 10 58 9F 1D 9
Octal 21 37 32 55 0 20 130 237 35 11
Binary 10001 11111 11010 101101 0 10000 1011000 10011111 11101 1001

Color Harmonies of #111F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F1A

Black with #111F1A

Text Example


Text Example

White with #111F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111F1A; }

 p { color: rgb(17,31,26); }

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

background-color css

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

 a { background-color: rgb(17,31,26); }

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

border-color css

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

 span { border-color: rgb(17,31,26); }

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