Shades of Dark Pastel Green #15BC2D
Tints of Dark Pastel Green #15BC2D
RGB
CMYK
RGB Variations
Color information
#15BC2D (or 0x15BC2D) is known color: Dark Pastel Green. HEX triplet: 15, BC and 2D. RGB value is (21,188,45). Sum of RGB (Red+Green+Blue) = 21+188+45=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BC2D is #EA43D2. Grayscale: #7A7A7A. Windows color (decimal): -15352787 or 2997269. OLE color: 2997269.
HSL color Cylindrical-coordinate representation of color #15BC2D: hue angle of 128.62º 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 #15BC2D is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 45 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.26 |
| HSL | 128.62º | 0.8% | 0.41% | - |
| HSV(B) | 128.62º | 0.89% | 0.74% | - |
| XYZ | 18.77 | 36.32 | 8.5 | - |
| YUV | 121.77 | 84.67 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 45 | 0.89 | 0 | 0.76 | 0.26 | 128.62 | 0.8 | 0.41 |
| Hex | 15 | BC | 2D | 59 | 0 | 4C | 1A | 81 | 50 | 29 |
| Octal | 25 | 274 | 55 | 131 | 0 | 114 | 32 | 201 | 120 | 51 |
| Binary | 10101 | 10111100 | 101101 | 1011001 | 0 | 1001100 | 11010 | 10000001 | 1010000 | 101001 |
Color Harmonies of #15BC2D
Complementary color
Monochromatic Colors of #15BC2D
Black with #15BC2D
Text Example
Text Example
White with #15BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC2D; }
p { color: rgb(21,188,45); }
H1.HeaderClassName
{
color: #15BC2D;
}
.AnyTagClassName
{
color: #15BC2D;
}
</style>
background-color css
<style>
a { background-color: #15BC2D; }
a { background-color: rgb(21,188,45); }
div.DivClassName
{
background-color: #15BC2D;
}
.BgClassName
{
background-color: #15BC2D;
}
</style>
border-color css
<style>
span { border-color: #15BC2D; }
span { border-color: rgb(21,188,45); }
td.TdClassName
{
border-color: #15BC2D;
}
.TagClassName
{
border-color: #15BC2D;
}
</style>