#11B222

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

Shades of Dark Pastel Green #11B222

Tints of Dark Pastel Green #11B222

Color information

#11B222 (or 0x11B222) is unknown color: approx Dark Pastel Green. HEX triplet: 11, B2 and 22. RGB value is (17,178,34). Sum of RGB (Red+Green+Blue) = 17+178+34=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 178 (69.92% from 255 or 77.73% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 178 - color contains mainly: green. Hex color #11B222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B222 is #EE4DDD. Grayscale: #717171. Windows color (decimal): -15617502 or 2273809. OLE color: 2273809.

HSL color Cylindrical-coordinate representation of color #11B222: hue angle of 126.34º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B222 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1717834-
CMYK0.9000.810.30
HSL126.34º82.56%38.24%-
HSV(B)126.34º90.45%69.8%-
XYZ16.4432.086.84-
YUV113.4483.1659.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 178 (69.92% from 255) = 77.73%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=7.42%
G=77.73%
B=14.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17178340.9000.810.30126.3482.5638.24
Hex11B2225A0511E7e5326
Octal212624213201213617612346
Binary10001101100101000101011010010100011111011111101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11B222; }

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

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

<style>
 a { background-color: #11B222; }

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

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

<style>
 span { border-color: #11B222; }

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

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