#11BC2C

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

Shades of Dark Pastel Green #11BC2C

Tints of Dark Pastel Green #11BC2C

Color information

#11BC2C (or 0x11BC2C) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BC and 2C. RGB value is (17,188,44). Sum of RGB (Red+Green+Blue) = 17+188+44=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BC2C is #EE43D3. Grayscale: #787878. Windows color (decimal): -15614932 or 2931729. OLE color: 2931729.

HSL color Cylindrical-coordinate representation of color #11BC2C: hue angle of 129.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC2C is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1718844-
CMYK0.9100.770.26
HSL129.47º83.41%40.2%-
HSV(B)129.47º90.96%73.73%-
XYZ18.6736.278.4-
YUV120.4684.8554.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 188 (73.83% from 255) = 75.50%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=6.83%
G=75.50%
B=17.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17188440.9100.770.26129.4783.4140.2
Hex11BC2C5B04D1A815328
Octal212745413301153220112350
Binary100011011110010110010110110100110111010100000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,188,44); }

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

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

 a { background-color: rgb(17,188,44); }

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

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

 span { border-color: rgb(17,188,44); }

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