Html Css Color HEX #11201D Dark Green

📋 copy color: '#11201D'

red 17 ◦ green 32 ◦ blue 29

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

Shades of Dark Green #11201D

Tints of Dark Green #11201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 41.03%

 BLUE value IS 29 (11.72% from 255) = 37.18%

R = 21.79%
G = 41.03%
B = 37.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#11201D (or 0x11201D) is known color: Dark Green. HEX triplet: 11, 20 and 1D. RGB value is (17,32,29). Sum of RGB (Red+Green+Blue) = 17+32+29=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #11201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11201D is #EEDFE2. Grayscale: #1B1B1B. Windows color (decimal): -15654883 or 1908753. OLE color: 1908753.

HSL color Cylindrical-coordinate representation of color #11201D: hue angle of 168º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #11201D is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 29 -
CMYK 0.47 0 0.09 0.87
HSL 168º 0.31% 0.1% -
HSV(B) 168º 0.47% 0.13% -
XYZ 0.97 1.24 1.35 -
YUV 27.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 17 32 29 0.47 0 0.09 0.87 168 0.31 0.1
Hex 11 20 1D 2F 0 9 57 A8 1F A
Octal 21 40 35 57 0 11 127 250 37 12
Binary 10001 100000 11101 101111 0 1001 1010111 10101000 11111 1010

Color Harmonies of #11201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11201D

Black with #11201D

Text Example


Text Example

White with #11201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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