Shades of Dark Pastel Green #15BC48
Tints of Dark Pastel Green #15BC48
RGB
CMYK
RGB Variations
Color information
#15BC48 (or 0x15BC48) is known color: Dark Pastel Green. HEX triplet: 15, BC and 48. RGB value is (21,188,72). Sum of RGB (Red+Green+Blue) = 21+188+72=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BC48 is #EA43B7. Grayscale: #7D7D7D. Windows color (decimal): -15352760 or 4766741. OLE color: 4766741.
HSL color Cylindrical-coordinate representation of color #15BC48: hue angle of 138.32º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BC48 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 72 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.26 |
| HSL | 138.32º | 0.8% | 0.41% | - |
| HSV(B) | 138.32º | 0.89% | 0.74% | - |
| XYZ | 19.46 | 36.59 | 12.17 | - |
| YUV | 124.84 | 98.17 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 72 | 0.89 | 0 | 0.62 | 0.26 | 138.32 | 0.8 | 0.41 |
| Hex | 15 | BC | 48 | 59 | 0 | 3E | 1A | 8A | 50 | 29 |
| Octal | 25 | 274 | 110 | 131 | 0 | 76 | 32 | 212 | 120 | 51 |
| Binary | 10101 | 10111100 | 1001000 | 1011001 | 0 | 111110 | 11010 | 10001010 | 1010000 | 101001 |
Color Harmonies of #15BC48
Complementary color
Monochromatic Colors of #15BC48
Black with #15BC48
Text Example
Text Example
White with #15BC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC48; }
p { color: rgb(21,188,72); }
H1.HeaderClassName
{
color: #15BC48;
}
.AnyTagClassName
{
color: #15BC48;
}
</style>
background-color css
<style>
a { background-color: #15BC48; }
a { background-color: rgb(21,188,72); }
div.DivClassName
{
background-color: #15BC48;
}
.BgClassName
{
background-color: #15BC48;
}
</style>
border-color css
<style>
span { border-color: #15BC48; }
span { border-color: rgb(21,188,72); }
td.TdClassName
{
border-color: #15BC48;
}
.TagClassName
{
border-color: #15BC48;
}
</style>