#11A92D

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

Shades of Dark Pastel Green #11A92D

Tints of Dark Pastel Green #11A92D

Color information

#11A92D (or 0x11A92D) is unknown color: approx Dark Pastel Green. HEX triplet: 11, A9 and 2D. RGB value is (17,169,45). Sum of RGB (Red+Green+Blue) = 17+169+45=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #11A92D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A92D is #EE56D2. Grayscale: #6D6D6D. Windows color (decimal): -15619795 or 2992401. OLE color: 2992401.

HSL color Cylindrical-coordinate representation of color #11A92D: hue angle of 131.05º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A92D is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1716945-
CMYK0.9000.730.34
HSL131.05º81.72%36.47%-
HSV(B)131.05º89.94%66.27%-
XYZ14.8928.687.23-
YUV109.4291.6462.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 169 (66.41% from 255) = 73.16%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=7.36%
G=73.16%
B=19.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal17169450.9000.730.34131.0581.7236.47
Hex11A92D5A04922835224
Octal212515513201114220312244
Binary1000110101001101101101101001001001100010100000111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,169,45); }

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

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

 a { background-color: rgb(17,169,45); }

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

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

 span { border-color: rgb(17,169,45); }

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