Html Css Color HEX #112620 Dark Green

📋 copy color: '#112620'

red 17 ◦ green 38 ◦ blue 32

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

Shades of Dark Green #112620

Tints of Dark Green #112620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 43.68%

 BLUE value IS 32 (12.89% from 255) = 36.78%

R = 19.54%
G = 43.68%
B = 36.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#112620 (or 0x112620) is known color: Dark Green. HEX triplet: 11, 26 and 20. RGB value is (17,38,32). Sum of RGB (Red+Green+Blue) = 17+38+32=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #112620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112620 is #EED9DF. Grayscale: #1F1F1F. Windows color (decimal): -15653344 or 2106897. OLE color: 2106897.

HSL color Cylindrical-coordinate representation of color #112620: hue angle of 162.86º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112620 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 32 -
CMYK 0.55 0 0.16 0.85
HSL 162.86º 0.38% 0.11% -
HSV(B) 162.86º 0.55% 0.15% -
XYZ 1.18 1.61 1.61 -
YUV 31.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 17 38 32 0.55 0 0.16 0.85 162.86 0.38 0.11
Hex 11 26 20 37 0 10 55 A3 26 B
Octal 21 46 40 67 0 20 125 243 46 13
Binary 10001 100110 100000 110111 0 10000 1010101 10100011 100110 1011

Color Harmonies of #112620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112620

Black with #112620

Text Example


Text Example

White with #112620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112620; }

 p { color: rgb(17,38,32); }

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

background-color css

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

 a { background-color: rgb(17,38,32); }

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

border-color css

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

 span { border-color: rgb(17,38,32); }

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