#11b520

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

Shades of Dark Pastel Green #11B520

Tints of Dark Pastel Green #11B520

Color information

#11B520 (or 0x11B520) is unknown color: approx Dark Pastel Green. HEX triplet: 11, B5 and 20. RGB value is (17,181,32). Sum of RGB (Red+Green+Blue) = 17+181+32=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 181 (71.09% from 255 or 78.70% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 181 - color contains mainly: green. Hex color #11B520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B520 is #EE4ADF. Grayscale: #737373. Windows color (decimal): -15616736 or 2143505. OLE color: 2143505.

HSL color Cylindrical-coordinate representation of color #11B520: hue angle of 125.49º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B520 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1718132-
CMYK0.9100.820.29
HSL125.49º82.83%38.82%-
HSV(B)125.49º90.61%70.98%-
XYZ17.0233.276.89-
YUV114.9881.1758.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 181 (71.09% from 255) = 78.70%
BLUE value IS 32 (12.89% from 255) = 13.91%
R=7.39%
G=78.70%
B=13.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17181320.9100.820.29125.4982.8338.82
Hex11B5205B0521D7d5327
Octal212654013301223517512347
Binary10001101101011000001011011010100101110111111011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11b520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,181,32); }

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

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

 a { background-color: rgb(17,181,32); }

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

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

 span { border-color: rgb(17,181,32); }

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