#11D031

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

Shades of Dark Pastel Green #11D031

Tints of Dark Pastel Green #11D031

Color information

#11D031 (or 0x11D031) is unknown color: approx Dark Pastel Green. HEX triplet: 11, D0 and 31. RGB value is (17,208,49). Sum of RGB (Red+Green+Blue) = 17+208+49=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #11D031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D031 is #EE2FCE. Grayscale: #858585. Windows color (decimal): -15609807 or 3264529. OLE color: 3264529.

HSL color Cylindrical-coordinate representation of color #11D031: hue angle of 130.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D031 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB1720849-
CMYK0.9200.760.18
HSL130.05º84.89%44.12%-
HSV(B)130.05º91.83%81.57%-
XYZ23.3445.4510.45-
YUV132.7680.7245.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 208 (81.64% from 255) = 75.91%
BLUE value IS 49 (19.53% from 255) = 17.88%
R=6.20%
G=75.91%
B=17.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17208490.9200.760.18130.0584.8944.12
Hex11D0315C04C1282552c
Octal213206113401142220212554
Binary100011101000011000110111000100110010010100000101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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