Shades of Dark Pastel Green #15BC49
Tints of Dark Pastel Green #15BC49
RGB
CMYK
RGB Variations
Color information
#15BC49 (or 0x15BC49) is known color: Dark Pastel Green. HEX triplet: 15, BC and 49. RGB value is (21,188,73). Sum of RGB (Red+Green+Blue) = 21+188+73=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BC49 is #EA43B6. Grayscale: #7D7D7D. Windows color (decimal): -15352759 or 4832277. OLE color: 4832277.
HSL color Cylindrical-coordinate representation of color #15BC49: hue angle of 138.68º 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 #15BC49 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 73 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.26 |
| HSL | 138.68º | 0.8% | 0.41% | - |
| HSV(B) | 138.68º | 0.89% | 0.74% | - |
| XYZ | 19.5 | 36.61 | 12.34 | - |
| YUV | 124.96 | 98.67 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 73 | 0.89 | 0 | 0.61 | 0.26 | 138.68 | 0.8 | 0.41 |
| Hex | 15 | BC | 49 | 59 | 0 | 3D | 1A | 8B | 50 | 29 |
| Octal | 25 | 274 | 111 | 131 | 0 | 75 | 32 | 213 | 120 | 51 |
| Binary | 10101 | 10111100 | 1001001 | 1011001 | 0 | 111101 | 11010 | 10001011 | 1010000 | 101001 |
Color Harmonies of #15BC49
Complementary color
Monochromatic Colors of #15BC49
Black with #15BC49
Text Example
Text Example
White with #15BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC49; }
p { color: rgb(21,188,73); }
H1.HeaderClassName
{
color: #15BC49;
}
.AnyTagClassName
{
color: #15BC49;
}
</style>
background-color css
<style>
a { background-color: #15BC49; }
a { background-color: rgb(21,188,73); }
div.DivClassName
{
background-color: #15BC49;
}
.BgClassName
{
background-color: #15BC49;
}
</style>
border-color css
<style>
span { border-color: #15BC49; }
span { border-color: rgb(21,188,73); }
td.TdClassName
{
border-color: #15BC49;
}
.TagClassName
{
border-color: #15BC49;
}
</style>