Shades of Dark Pastel Green #15AB2D
Tints of Dark Pastel Green #15AB2D
RGB
CMYK
RGB Variations
Color information
#15AB2D (or 0x15AB2D) is known color: Dark Pastel Green. HEX triplet: 15, AB and 2D. RGB value is (21,171,45). Sum of RGB (Red+Green+Blue) = 21+171+45=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #15AB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AB2D is #EA54D2. Grayscale: #707070. Windows color (decimal): -15357139 or 2992917. OLE color: 2992917.
HSL color Cylindrical-coordinate representation of color #15AB2D: hue angle of 129.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AB2D is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 171 | 45 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.33 |
| HSL | 129.6º | 0.78% | 0.38% | - |
| HSV(B) | 129.6º | 0.88% | 0.67% | - |
| XYZ | 15.35 | 29.47 | 7.36 | - |
| YUV | 111.79 | 90.31 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 45 | 0.88 | 0 | 0.74 | 0.33 | 129.6 | 0.78 | 0.38 |
| Hex | 15 | AB | 2D | 58 | 0 | 4A | 21 | 82 | 4E | 26 |
| Octal | 25 | 253 | 55 | 130 | 0 | 112 | 41 | 202 | 116 | 46 |
| Binary | 10101 | 10101011 | 101101 | 1011000 | 0 | 1001010 | 100001 | 10000010 | 1001110 | 100110 |
Color Harmonies of #15AB2D
Complementary color
Monochromatic Colors of #15AB2D
Black with #15AB2D
Text Example
Text Example
White with #15AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AB2D; }
p { color: rgb(21,171,45); }
H1.HeaderClassName
{
color: #15AB2D;
}
.AnyTagClassName
{
color: #15AB2D;
}
</style>
background-color css
<style>
a { background-color: #15AB2D; }
a { background-color: rgb(21,171,45); }
div.DivClassName
{
background-color: #15AB2D;
}
.BgClassName
{
background-color: #15AB2D;
}
</style>
border-color css
<style>
span { border-color: #15AB2D; }
span { border-color: rgb(21,171,45); }
td.TdClassName
{
border-color: #15AB2D;
}
.TagClassName
{
border-color: #15AB2D;
}
</style>