#11A131

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

Shades of Dark Pastel Green #11A131

Tints of Dark Pastel Green #11A131

Color information

#11A131 (or 0x11A131) is unknown color: approx Dark Pastel Green. HEX triplet: 11, A1 and 31. RGB value is (17,161,49). Sum of RGB (Red+Green+Blue) = 17+161+49=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #11A131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A131 is #EE5ECE. Grayscale: #696969. Windows color (decimal): -15621839 or 3252497. OLE color: 3252497.

HSL color Cylindrical-coordinate representation of color #11A131: hue angle of 133.33º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A131 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1716149-
CMYK0.8900.700.37
HSL133.33º80.9%34.9%-
HSV(B)133.33º89.44%63.14%-
XYZ13.5325.837.18-
YUV105.1896.2965.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 161 (63.28% from 255) = 70.93%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=7.49%
G=70.93%
B=21.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17161490.8900.700.37133.3380.934.9
Hex11A1315904625855123
Octal212416113101064520512143
Binary1000110100001110001101100101000110100101100001011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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