#11221E

Color #11221E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #11221E

Tints of Dark Green #11221E

Color information

#11221E (or 0x11221E) is unknown color: approx Dark Green. HEX triplet: 11, 22 and 1E. RGB value is (17,34,30). Sum of RGB (Red+Green+Blue) = 17+34+30=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 34 - color contains mainly: green. Hex color #11221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11221E is #EEDDE1. Grayscale: #1C1C1C. Windows color (decimal): -15654370 or 1974801. OLE color: 1974801.

HSL color Cylindrical-coordinate representation of color #11221E: hue angle of 165.88º 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 #11221E is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB173430-
CMYK0.5000.120.87
HSL165.88º33.33%10%-
HSV(B)165.88º50%13.33%-
XYZ1.041.361.44-
YUV28.46128.87119.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 34 (13.67% from 255) = 41.98%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=20.99%
G=41.98%
B=37.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1734300.5000.120.87165.8833.3310
Hex11221E320C57a621a
Octal214236620141272464112
Binary1000110001011110110010011001010111101001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11221E;
 }
 .AnyTagClassName
 {
   color: #11221E;
 }
</style>
background-color css

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

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

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

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

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

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