Shades of Dark Pastel Green #15D532
Tints of Dark Pastel Green #15D532
RGB
CMYK
RGB Variations
Color information
#15D532 (or 0x15D532) is known color: 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
| RGB | 21 | 213 | 50 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.16 |
| HSL | 129.06º | 0.82% | 0.46% | - |
| HSV(B) | 129.06º | 0.9% | 0.84% | - |
| XYZ | 24.68 | 47.98 | 10.98 | - |
| YUV | 137.01 | 78.89 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 213 | 50 | 0.90 | 0 | 0.77 | 0.16 | 129.06 | 0.82 | 0.46 |
| Hex | 15 | D5 | 32 | 5A | 0 | 4D | 10 | 81 | 52 | 2E |
| Octal | 25 | 325 | 62 | 132 | 0 | 115 | 20 | 201 | 122 | 56 |
| Binary | 10101 | 11010101 | 110010 | 1011010 | 0 | 1001101 | 10000 | 10000001 | 1010010 | 101110 |
Color Harmonies of #15D532
Complementary color
Monochromatic Colors of #15D532
Black with #15D532
Text Example
Text Example
White with #15D532
Text Example
Text Example
HTML Codes & Css Web 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>