Html Css Color HEX #11211D Dark Green

📋 copy color: '#11211D'

red 17 ◦ green 33 ◦ blue 29

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

Shades of Dark Green #11211D

Tints of Dark Green #11211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 41.77%

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

R = 21.52%
G = 41.77%
B = 36.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#11211D (or 0x11211D) is known color: Dark Green. HEX triplet: 11, 21 and 1D. RGB value is (17,33,29). Sum of RGB (Red+Green+Blue) = 17+33+29=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #11211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11211D is #EEDEE2. Grayscale: #1B1B1B. Windows color (decimal): -15654627 or 1909009. OLE color: 1909009.

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

Color convert

RGB 17 33 29 -
CMYK 0.48 0 0.12 0.87
HSL 165º 0.32% 0.1% -
HSV(B) 165º 0.48% 0.13% -
XYZ 1 1.3 1.36 -
YUV 27.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 17 33 29 0.48 0 0.12 0.87 165 0.32 0.1
Hex 11 21 1D 30 0 C 57 A5 20 A
Octal 21 41 35 60 0 14 127 245 40 12
Binary 10001 100001 11101 110000 0 1100 1010111 10100101 100000 1010

Color Harmonies of #11211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11211D

Black with #11211D

Text Example


Text Example

White with #11211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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