#11C329

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

Shades of Dark Pastel Green #11C329

Tints of Dark Pastel Green #11C329

Color information

#11C329 (or 0x11C329) is unknown color: approx Dark Pastel Green. HEX triplet: 11, C3 and 29. RGB value is (17,195,41). Sum of RGB (Red+Green+Blue) = 17+195+41=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 195 (76.56% from 255 or 77.08% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 195 - color contains mainly: green. Hex color #11C329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C329 is #EE3CD6. Grayscale: #7C7C7C. Windows color (decimal): -15613143 or 2736913. OLE color: 2736913.

HSL color Cylindrical-coordinate representation of color #11C329: hue angle of 128.09º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C329 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1719541-
CMYK0.9100.790.24
HSL128.09º83.96%41.57%-
HSV(B)128.09º91.28%76.47%-
XYZ20.1539.318.62-
YUV124.2281.0351.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 195 (76.56% from 255) = 77.08%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=6.72%
G=77.08%
B=16.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17195410.9100.790.24128.0983.9641.57
Hex11C3295B04F1880542a
Octal213035113301173020012452
Binary100011100001110100110110110100111111000100000001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,195,41); }

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

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

 a { background-color: rgb(17,195,41); }

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

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

 span { border-color: rgb(17,195,41); }

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