Shades of Dark Pastel Green #15BC2B
Tints of Dark Pastel Green #15BC2B
RGB
CMYK
RGB Variations
Color information
#15BC2B (or 0x15BC2B) is known color: Dark Pastel Green. HEX triplet: 15, BC and 2B. RGB value is (21,188,43). Sum of RGB (Red+Green+Blue) = 21+188+43=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BC2B is #EA43D4. Grayscale: #797979. Windows color (decimal): -15352789 or 2866197. OLE color: 2866197.
HSL color Cylindrical-coordinate representation of color #15BC2B: hue angle of 127.9º 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 #15BC2B is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 43 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.26 |
| HSL | 127.9º | 0.8% | 0.41% | - |
| HSV(B) | 127.9º | 0.89% | 0.74% | - |
| XYZ | 18.73 | 36.3 | 8.31 | - |
| YUV | 121.54 | 83.67 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 43 | 0.89 | 0 | 0.77 | 0.26 | 127.9 | 0.8 | 0.41 |
| Hex | 15 | BC | 2B | 59 | 0 | 4D | 1A | 80 | 50 | 29 |
| Octal | 25 | 274 | 53 | 131 | 0 | 115 | 32 | 200 | 120 | 51 |
| Binary | 10101 | 10111100 | 101011 | 1011001 | 0 | 1001101 | 11010 | 10000000 | 1010000 | 101001 |
Color Harmonies of #15BC2B
Complementary color
Monochromatic Colors of #15BC2B
Black with #15BC2B
Text Example
Text Example
White with #15BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC2B; }
p { color: rgb(21,188,43); }
H1.HeaderClassName
{
color: #15BC2B;
}
.AnyTagClassName
{
color: #15BC2B;
}
</style>
background-color css
<style>
a { background-color: #15BC2B; }
a { background-color: rgb(21,188,43); }
div.DivClassName
{
background-color: #15BC2B;
}
.BgClassName
{
background-color: #15BC2B;
}
</style>
border-color css
<style>
span { border-color: #15BC2B; }
span { border-color: rgb(21,188,43); }
td.TdClassName
{
border-color: #15BC2B;
}
.TagClassName
{
border-color: #15BC2B;
}
</style>