Shades of Dark Pastel Green #15BA2E
Tints of Dark Pastel Green #15BA2E
RGB
CMYK
RGB Variations
Color information
#15BA2E (or 0x15BA2E) is known color: Dark Pastel Green. HEX triplet: 15, BA and 2E. RGB value is (21,186,46). Sum of RGB (Red+Green+Blue) = 21+186+46=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BA2E is #EA45D1. Grayscale: #797979. Windows color (decimal): -15353298 or 3062293. OLE color: 3062293.
HSL color Cylindrical-coordinate representation of color #15BA2E: hue angle of 129.09º 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 #15BA2E is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 46 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.27 |
| HSL | 129.09º | 0.8% | 0.41% | - |
| HSV(B) | 129.09º | 0.89% | 0.73% | - |
| XYZ | 18.36 | 35.47 | 8.46 | - |
| YUV | 120.71 | 85.84 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 46 | 0.89 | 0 | 0.75 | 0.27 | 129.09 | 0.8 | 0.41 |
| Hex | 15 | BA | 2E | 59 | 0 | 4B | 1B | 81 | 50 | 29 |
| Octal | 25 | 272 | 56 | 131 | 0 | 113 | 33 | 201 | 120 | 51 |
| Binary | 10101 | 10111010 | 101110 | 1011001 | 0 | 1001011 | 11011 | 10000001 | 1010000 | 101001 |
Color Harmonies of #15BA2E
Complementary color
Monochromatic Colors of #15BA2E
Black with #15BA2E
Text Example
Text Example
White with #15BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA2E; }
p { color: rgb(21,186,46); }
H1.HeaderClassName
{
color: #15BA2E;
}
.AnyTagClassName
{
color: #15BA2E;
}
</style>
background-color css
<style>
a { background-color: #15BA2E; }
a { background-color: rgb(21,186,46); }
div.DivClassName
{
background-color: #15BA2E;
}
.BgClassName
{
background-color: #15BA2E;
}
</style>
border-color css
<style>
span { border-color: #15BA2E; }
span { border-color: rgb(21,186,46); }
td.TdClassName
{
border-color: #15BA2E;
}
.TagClassName
{
border-color: #15BA2E;
}
</style>