Shades of Dark Pastel Green #15BA38
Tints of Dark Pastel Green #15BA38
RGB
CMYK
RGB Variations
Color information
#15BA38 (or 0x15BA38) is known color: Dark Pastel Green. HEX triplet: 15, BA and 38. RGB value is (21,186,56). Sum of RGB (Red+Green+Blue) = 21+186+56=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BA38 is #EA45C7. Grayscale: #7A7A7A. Windows color (decimal): -15353288 or 3717653. OLE color: 3717653.
HSL color Cylindrical-coordinate representation of color #15BA38: hue angle of 132.73º 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 #15BA38 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 56 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.27 |
| HSL | 132.73º | 0.8% | 0.41% | - |
| HSV(B) | 132.73º | 0.89% | 0.73% | - |
| XYZ | 18.58 | 35.56 | 9.63 | - |
| YUV | 121.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 56 | 0.89 | 0 | 0.70 | 0.27 | 132.73 | 0.8 | 0.41 |
| Hex | 15 | BA | 38 | 59 | 0 | 46 | 1B | 85 | 50 | 29 |
| Octal | 25 | 272 | 70 | 131 | 0 | 106 | 33 | 205 | 120 | 51 |
| Binary | 10101 | 10111010 | 111000 | 1011001 | 0 | 1000110 | 11011 | 10000101 | 1010000 | 101001 |
Color Harmonies of #15BA38
Complementary color
Monochromatic Colors of #15BA38
Black with #15BA38
Text Example
Text Example
White with #15BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA38; }
p { color: rgb(21,186,56); }
H1.HeaderClassName
{
color: #15BA38;
}
.AnyTagClassName
{
color: #15BA38;
}
</style>
background-color css
<style>
a { background-color: #15BA38; }
a { background-color: rgb(21,186,56); }
div.DivClassName
{
background-color: #15BA38;
}
.BgClassName
{
background-color: #15BA38;
}
</style>
border-color css
<style>
span { border-color: #15BA38; }
span { border-color: rgb(21,186,56); }
td.TdClassName
{
border-color: #15BA38;
}
.TagClassName
{
border-color: #15BA38;
}
</style>