Shades of Dark Pastel Green #15D13A
Tints of Dark Pastel Green #15D13A
RGB
CMYK
RGB Variations
Color information
#15D13A (or 0x15D13A) is known color: Dark Pastel Green. HEX triplet: 15, D1 and 3A. RGB value is (21,209,58). Sum of RGB (Red+Green+Blue) = 21+209+58=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 209 (82.03% from 255 or 72.57% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 209 - color contains mainly: green. Hex color #15D13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D13A is #EA2EC5. Grayscale: #878787. Windows color (decimal): -15347398 or 3854613. OLE color: 3854613.
HSL color Cylindrical-coordinate representation of color #15D13A: hue angle of 131.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D13A is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 209 | 58 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.18 |
| HSL | 131.81º | 0.82% | 0.45% | - |
| HSV(B) | 131.81º | 0.9% | 0.82% | - |
| XYZ | 23.87 | 46.07 | 11.64 | - |
| YUV | 135.57 | 84.22 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 209 | 58 | 0.90 | 0 | 0.72 | 0.18 | 131.81 | 0.82 | 0.45 |
| Hex | 15 | D1 | 3A | 5A | 0 | 48 | 12 | 84 | 52 | 2D |
| Octal | 25 | 321 | 72 | 132 | 0 | 110 | 22 | 204 | 122 | 55 |
| Binary | 10101 | 11010001 | 111010 | 1011010 | 0 | 1001000 | 10010 | 10000100 | 1010010 | 101101 |
Color Harmonies of #15D13A
Complementary color
Monochromatic Colors of #15D13A
Black with #15D13A
Text Example
Text Example
White with #15D13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D13A; }
p { color: rgb(21,209,58); }
H1.HeaderClassName
{
color: #15D13A;
}
.AnyTagClassName
{
color: #15D13A;
}
</style>
background-color css
<style>
a { background-color: #15D13A; }
a { background-color: rgb(21,209,58); }
div.DivClassName
{
background-color: #15D13A;
}
.BgClassName
{
background-color: #15D13A;
}
</style>
border-color css
<style>
span { border-color: #15D13A; }
span { border-color: rgb(21,209,58); }
td.TdClassName
{
border-color: #15D13A;
}
.TagClassName
{
border-color: #15D13A;
}
</style>