Shades of Dark Pastel Green #15BC2F
Tints of Dark Pastel Green #15BC2F
RGB
CMYK
RGB Variations
Color information
#15BC2F (or 0x15BC2F) is known color: Dark Pastel Green. HEX triplet: 15, BC and 2F. RGB value is (21,188,47). Sum of RGB (Red+Green+Blue) = 21+188+47=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BC2F is #EA43D0. Grayscale: #7A7A7A. Windows color (decimal): -15352785 or 3128341. OLE color: 3128341.
HSL color Cylindrical-coordinate representation of color #15BC2F: hue angle of 129.34º 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 #15BC2F is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 47 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.26 |
| HSL | 129.34º | 0.8% | 0.41% | - |
| HSV(B) | 129.34º | 0.89% | 0.74% | - |
| XYZ | 18.81 | 36.33 | 8.71 | - |
| YUV | 121.99 | 85.67 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 47 | 0.89 | 0 | 0.75 | 0.26 | 129.34 | 0.8 | 0.41 |
| Hex | 15 | BC | 2F | 59 | 0 | 4B | 1A | 81 | 50 | 29 |
| Octal | 25 | 274 | 57 | 131 | 0 | 113 | 32 | 201 | 120 | 51 |
| Binary | 10101 | 10111100 | 101111 | 1011001 | 0 | 1001011 | 11010 | 10000001 | 1010000 | 101001 |
Color Harmonies of #15BC2F
Complementary color
Monochromatic Colors of #15BC2F
Black with #15BC2F
Text Example
Text Example
White with #15BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC2F; }
p { color: rgb(21,188,47); }
H1.HeaderClassName
{
color: #15BC2F;
}
.AnyTagClassName
{
color: #15BC2F;
}
</style>
background-color css
<style>
a { background-color: #15BC2F; }
a { background-color: rgb(21,188,47); }
div.DivClassName
{
background-color: #15BC2F;
}
.BgClassName
{
background-color: #15BC2F;
}
</style>
border-color css
<style>
span { border-color: #15BC2F; }
span { border-color: rgb(21,188,47); }
td.TdClassName
{
border-color: #15BC2F;
}
.TagClassName
{
border-color: #15BC2F;
}
</style>