#11BA28

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

Shades of Dark Pastel Green #11BA28

Tints of Dark Pastel Green #11BA28

Color information

#11BA28 (or 0x11BA28) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BA and 28. RGB value is (17,186,40). Sum of RGB (Red+Green+Blue) = 17+186+40=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA28 is #EE45D7. Grayscale: #777777. Windows color (decimal): -15615448 or 2669073. OLE color: 2669073.

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

Color convert

RGB1718640-
CMYK0.9100.780.27
HSL128.17º83.25%39.8%-
HSV(B)128.17º90.86%72.94%-
XYZ18.1735.397.88-
YUV118.8283.5155.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 186 (73.05% from 255) = 76.54%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=7.00%
G=76.54%
B=16.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186400.9100.780.27128.1783.2539.8
Hex11BA285B04E1B805328
Octal212725013301163320012350
Binary100011011101010100010110110100111011011100000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,186,40); }

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

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

 a { background-color: rgb(17,186,40); }

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

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

 span { border-color: rgb(17,186,40); }

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