#11B331

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

Shades of Dark Pastel Green #11B331

Tints of Dark Pastel Green #11B331

Color information

#11B331 (or 0x11B331) is unknown color: approx Dark Pastel Green. HEX triplet: 11, B3 and 31. RGB value is (17,179,49). Sum of RGB (Red+Green+Blue) = 17+179+49=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #11B331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B331 is #EE4CCE. Grayscale: #747474. Windows color (decimal): -15617231 or 3257105. OLE color: 3257105.

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

Color convert

RGB1717949-
CMYK0.9100.730.30
HSL131.85º82.65%38.43%-
HSV(B)131.85º90.5%70.2%-
XYZ16.9132.588.3-
YUV115.7490.3357.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 179 (70.31% from 255) = 73.06%
BLUE value IS 49 (19.53% from 255) = 20%
R=6.94%
G=73.06%
B=20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17179490.9100.730.30131.8582.6538.43
Hex11B3315B0491E845326
Octal212636113301113620412346
Binary100011011001111000110110110100100111110100001001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,179,49); }

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

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

 a { background-color: rgb(17,179,49); }

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

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

 span { border-color: rgb(17,179,49); }

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