Html Css Color HEX #112520 Dark Green

📋 copy color: '#112520'

red 17 ◦ green 37 ◦ blue 32

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

Shades of Dark Green #112520

Tints of Dark Green #112520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.02%

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

R = 19.77%
G = 43.02%
B = 37.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#112520 (or 0x112520) is known color: Dark Green. HEX triplet: 11, 25 and 20. RGB value is (17,37,32). Sum of RGB (Red+Green+Blue) = 17+37+32=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #112520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112520 is #EEDADF. Grayscale: #1E1E1E. Windows color (decimal): -15653600 or 2106641. OLE color: 2106641.

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

Color convert

RGB 17 37 32 -
CMYK 0.54 0 0.14 0.85
HSL 165º 0.37% 0.11% -
HSV(B) 165º 0.54% 0.15% -
XYZ 1.15 1.55 1.6 -
YUV 30.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 17 37 32 0.54 0 0.14 0.85 165 0.37 0.11
Hex 11 25 20 36 0 E 55 A5 25 B
Octal 21 45 40 66 0 16 125 245 45 13
Binary 10001 100101 100000 110110 0 1110 1010101 10100101 100101 1011

Color Harmonies of #112520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112520

Black with #112520

Text Example


Text Example

White with #112520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112520; }

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

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

background-color css

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

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

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

border-color css

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

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

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