Html Css Color HEX #11221C Dark Green

📋 copy color: '#11221C'

red 17 ◦ green 34 ◦ blue 28

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

Shades of Dark Green #11221C

Tints of Dark Green #11221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 43.04%

 BLUE value IS 28 (11.33% from 255) = 35.44%

R = 21.52%
G = 43.04%
B = 35.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#11221C (or 0x11221C) is known color: Dark Green. HEX triplet: 11, 22 and 1C. RGB value is (17,34,28). Sum of RGB (Red+Green+Blue) = 17+34+28=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 34 - color contains mainly: green. Hex color #11221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11221C is #EEDDE3. Grayscale: #1C1C1C. Windows color (decimal): -15654372 or 1843729. OLE color: 1843729.

HSL color Cylindrical-coordinate representation of color #11221C: hue angle of 158.82º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #11221C is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 34 28 -
CMYK 0.50 0 0.18 0.87
HSL 158.82º 0.33% 0.1% -
HSV(B) 158.82º 0.5% 0.13% -
XYZ 1.01 1.35 1.31 -
YUV 28.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 17 34 28 0.50 0 0.18 0.87 158.82 0.33 0.1
Hex 11 22 1C 32 0 12 57 9F 21 A
Octal 21 42 34 62 0 22 127 237 41 12
Binary 10001 100010 11100 110010 0 10010 1010111 10011111 100001 1010

Color Harmonies of #11221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11221C

Black with #11221C

Text Example


Text Example

White with #11221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11221C; }

 p { color: rgb(17,34,28); }

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

background-color css

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

 a { background-color: rgb(17,34,28); }

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

border-color css

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

 span { border-color: rgb(17,34,28); }

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