Shades of Dark Pastel Green #15BA2F
Tints of Dark Pastel Green #15BA2F
RGB
CMYK
RGB Variations
Color information
#15BA2F (or 0x15BA2F) is known color: Dark Pastel Green. HEX triplet: 15, BA and 2F. RGB value is (21,186,47). Sum of RGB (Red+Green+Blue) = 21+186+47=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BA2F is #EA45D0. Grayscale: #797979. Windows color (decimal): -15353297 or 3127829. OLE color: 3127829.
HSL color Cylindrical-coordinate representation of color #15BA2F: hue angle of 129.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA2F is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 47 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.27 |
| HSL | 129.45º | 0.8% | 0.41% | - |
| HSV(B) | 129.45º | 0.89% | 0.73% | - |
| XYZ | 18.38 | 35.48 | 8.57 | - |
| YUV | 120.82 | 86.34 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 47 | 0.89 | 0 | 0.75 | 0.27 | 129.45 | 0.8 | 0.41 |
| Hex | 15 | BA | 2F | 59 | 0 | 4B | 1B | 81 | 50 | 29 |
| Octal | 25 | 272 | 57 | 131 | 0 | 113 | 33 | 201 | 120 | 51 |
| Binary | 10101 | 10111010 | 101111 | 1011001 | 0 | 1001011 | 11011 | 10000001 | 1010000 | 101001 |
Color Harmonies of #15BA2F
Complementary color
Monochromatic Colors of #15BA2F
Black with #15BA2F
Text Example
Text Example
White with #15BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA2F; }
p { color: rgb(21,186,47); }
H1.HeaderClassName
{
color: #15BA2F;
}
.AnyTagClassName
{
color: #15BA2F;
}
</style>
background-color css
<style>
a { background-color: #15BA2F; }
a { background-color: rgb(21,186,47); }
div.DivClassName
{
background-color: #15BA2F;
}
.BgClassName
{
background-color: #15BA2F;
}
</style>
border-color css
<style>
span { border-color: #15BA2F; }
span { border-color: rgb(21,186,47); }
td.TdClassName
{
border-color: #15BA2F;
}
.TagClassName
{
border-color: #15BA2F;
}
</style>