#11B944

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

Shades of Dark Pastel Green #11B944

Tints of Dark Pastel Green #11B944

Color information

#11B944 (or 0x11B944) is unknown color: approx Dark Pastel Green. HEX triplet: 11, B9 and 44. RGB value is (17,185,68). Sum of RGB (Red+Green+Blue) = 17+185+68=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 185 (72.66% from 255 or 68.52% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 185 - color contains mainly: green. Hex color #11B944 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B944 is #EE46BB. Grayscale: #797979. Windows color (decimal): -15615676 or 4503825. OLE color: 4503825.

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

Color convert

RGB1718568-
CMYK0.9100.630.27
HSL138.21º83.17%39.61%-
HSV(B)138.21º90.81%72.55%-
XYZ18.6235.2311.29-
YUV121.4397.8453.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 185 (72.66% from 255) = 68.52%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=6.30%
G=68.52%
B=25.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17185680.9100.630.27138.2183.1739.61
Hex11B9445B03F1B8a5328
Octal212711041330773321212350
Binary100011011100110001001011011011111111011100010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,185,68); }

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

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

 a { background-color: rgb(17,185,68); }

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

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

 span { border-color: rgb(17,185,68); }

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