Shades of Dark Pastel Green #15BD45
Tints of Dark Pastel Green #15BD45
RGB
CMYK
RGB Variations
Color information
#15BD45 (or 0x15BD45) is known color: Dark Pastel Green. HEX triplet: 15, BD and 45. RGB value is (21,189,69). Sum of RGB (Red+Green+Blue) = 21+189+69=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #15BD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BD45 is #EA42BA. Grayscale: #7D7D7D. Windows color (decimal): -15352507 or 4570389. OLE color: 4570389.
HSL color Cylindrical-coordinate representation of color #15BD45: hue angle of 137.14º 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 #15BD45 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 189 | 69 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.26 |
| HSL | 137.14º | 0.8% | 0.41% | - |
| HSV(B) | 137.14º | 0.89% | 0.74% | - |
| XYZ | 19.58 | 36.98 | 11.74 | - |
| YUV | 125.09 | 96.34 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 69 | 0.89 | 0 | 0.63 | 0.26 | 137.14 | 0.8 | 0.41 |
| Hex | 15 | BD | 45 | 59 | 0 | 3F | 1A | 89 | 50 | 29 |
| Octal | 25 | 275 | 105 | 131 | 0 | 77 | 32 | 211 | 120 | 51 |
| Binary | 10101 | 10111101 | 1000101 | 1011001 | 0 | 111111 | 11010 | 10001001 | 1010000 | 101001 |
Color Harmonies of #15BD45
Complementary color
Monochromatic Colors of #15BD45
Black with #15BD45
Text Example
Text Example
White with #15BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BD45; }
p { color: rgb(21,189,69); }
H1.HeaderClassName
{
color: #15BD45;
}
.AnyTagClassName
{
color: #15BD45;
}
</style>
background-color css
<style>
a { background-color: #15BD45; }
a { background-color: rgb(21,189,69); }
div.DivClassName
{
background-color: #15BD45;
}
.BgClassName
{
background-color: #15BD45;
}
</style>
border-color css
<style>
span { border-color: #15BD45; }
span { border-color: rgb(21,189,69); }
td.TdClassName
{
border-color: #15BD45;
}
.TagClassName
{
border-color: #15BD45;
}
</style>