Html Css Color HEX #112820 Dark Green

📋 copy color: '#112820'

red 17 ◦ green 40 ◦ blue 32

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

Shades of Dark Green #112820

Tints of Dark Green #112820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 44.94%

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

R = 19.1%
G = 44.94%
B = 35.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#112820 (or 0x112820) is known color: Dark Green. HEX triplet: 11, 28 and 20. RGB value is (17,40,32). Sum of RGB (Red+Green+Blue) = 17+40+32=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #112820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112820 is #EED7DF. Grayscale: #202020. Windows color (decimal): -15652832 or 2107409. OLE color: 2107409.

HSL color Cylindrical-coordinate representation of color #112820: hue angle of 159.13º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112820 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 40 32 -
CMYK 0.57 0 0.20 0.84
HSL 159.13º 0.4% 0.11% -
HSV(B) 159.13º 0.58% 0.16% -
XYZ 1.25 1.74 1.64 -
YUV 32.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 17 40 32 0.57 0 0.20 0.84 159.13 0.4 0.11
Hex 11 28 20 39 0 14 54 9F 28 B
Octal 21 50 40 71 0 24 124 237 50 13
Binary 10001 101000 100000 111001 0 10100 1010100 10011111 101000 1011

Color Harmonies of #112820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112820

Black with #112820

Text Example


Text Example

White with #112820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112820; }

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

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

background-color css

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

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

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

border-color css

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

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

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