#11D830

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

Shades of Dark Pastel Green #11D830

Tints of Dark Pastel Green #11D830

Color information

#11D830 (or 0x11D830) is unknown color: approx Dark Pastel Green. HEX triplet: 11, D8 and 30. RGB value is (17,216,48). Sum of RGB (Red+Green+Blue) = 17+216+48=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 216 (84.77% from 255 or 76.87% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 216 - color contains mainly: green. Hex color #11D830 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D830 is #EE27CF. Grayscale: #898989. Windows color (decimal): -15607760 or 3201041. OLE color: 3201041.

HSL color Cylindrical-coordinate representation of color #11D830: hue angle of 129.35º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D830 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB1721648-
CMYK0.9200.780.15
HSL129.35º85.41%45.69%-
HSV(B)129.35º92.13%84.71%-
XYZ25.3249.4411.01-
YUV137.3577.5742.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.05%
GREEN value IS 216 (84.77% from 255) = 76.87%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=6.05%
G=76.87%
B=17.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17216480.9200.780.15129.3585.4145.69
Hex11D8305C04EF81552e
Octal213306013401161720112556
Binary10001110110001100001011100010011101111100000011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,216,48); }

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

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

 a { background-color: rgb(17,216,48); }

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

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

 span { border-color: rgb(17,216,48); }

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