Html Css Color HEX #11211B Dark Green

📋 copy color: '#11211B'

red 17 ◦ green 33 ◦ blue 27

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

Shades of Dark Green #11211B

Tints of Dark Green #11211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 35.06%

R = 22.08%
G = 42.86%
B = 35.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#11211B (or 0x11211B) is known color: Dark Green. HEX triplet: 11, 21 and 1B. RGB value is (17,33,27). Sum of RGB (Red+Green+Blue) = 17+33+27=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #11211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11211B is #EEDEE4. Grayscale: #1B1B1B. Windows color (decimal): -15654629 or 1777937. OLE color: 1777937.

HSL color Cylindrical-coordinate representation of color #11211B: hue angle of 157.5º 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 #11211B is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 33 27 -
CMYK 0.48 0 0.18 0.87
HSL 157.5º 0.32% 0.1% -
HSV(B) 157.5º 0.48% 0.13% -
XYZ 0.97 1.29 1.23 -
YUV 27.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 17 33 27 0.48 0 0.18 0.87 157.5 0.32 0.1
Hex 11 21 1B 30 0 12 57 9E 20 A
Octal 21 41 33 60 0 22 127 236 40 12
Binary 10001 100001 11011 110000 0 10010 1010111 10011110 100000 1010

Color Harmonies of #11211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11211B

Black with #11211B

Text Example


Text Example

White with #11211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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