#15D532

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

Shades of Dark Pastel Green #15D532

Tints of Dark Pastel Green #15D532

Color information

#15D532 (or 0x15D532) is unknown color: approx Dark Pastel Green. HEX triplet: 15, D5 and 32. RGB value is (21,213,50). Sum of RGB (Red+Green+Blue) = 21+213+50=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #15D532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D532 is #EA2ACD. Grayscale: #898989. Windows color (decimal): -15346382 or 3331349. OLE color: 3331349.

HSL color Cylindrical-coordinate representation of color #15D532: hue angle of 129.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D532 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2121350-
CMYK0.9000.770.16
HSL129.06º82.05%45.88%-
HSV(B)129.06º90.14%83.53%-
XYZ24.6847.9810.98-
YUV137.0178.8945.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 213 (83.59% from 255) = 75%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=7.39%
G=75%
B=17.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21213500.9000.770.16129.0682.0545.88
Hex15D5325A04D1081522e
Octal253256213201152020112256
Binary101011101010111001010110100100110110000100000011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15D532; }

 p { color: rgb(21,213,50); }

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

<style>
 a { background-color: #15D532; }

 a { background-color: rgb(21,213,50); }

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

<style>
 span { border-color: #15D532; }

 span { border-color: rgb(21,213,50); }

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