Shades of Dark Pastel Green #15AB2E
Tints of Dark Pastel Green #15AB2E
RGB
CMYK
RGB Variations
Color information
#15AB2E (or 0x15AB2E) is known color: Dark Pastel Green. HEX triplet: 15, AB and 2E. RGB value is (21,171,46). Sum of RGB (Red+Green+Blue) = 21+171+46=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #15AB2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AB2E is #EA54D1. Grayscale: #707070. Windows color (decimal): -15357138 or 3058453. OLE color: 3058453.
HSL color Cylindrical-coordinate representation of color #15AB2E: hue angle of 130º 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 #15AB2E is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 171 | 46 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.33 |
| HSL | 130º | 0.78% | 0.38% | - |
| HSV(B) | 130º | 0.88% | 0.67% | - |
| XYZ | 15.37 | 29.48 | 7.47 | - |
| YUV | 111.9 | 90.81 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 46 | 0.88 | 0 | 0.73 | 0.33 | 130 | 0.78 | 0.38 |
| Hex | 15 | AB | 2E | 58 | 0 | 49 | 21 | 82 | 4E | 26 |
| Octal | 25 | 253 | 56 | 130 | 0 | 111 | 41 | 202 | 116 | 46 |
| Binary | 10101 | 10101011 | 101110 | 1011000 | 0 | 1001001 | 100001 | 10000010 | 1001110 | 100110 |
Color Harmonies of #15AB2E
Complementary color
Monochromatic Colors of #15AB2E
Black with #15AB2E
Text Example
Text Example
White with #15AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AB2E; }
p { color: rgb(21,171,46); }
H1.HeaderClassName
{
color: #15AB2E;
}
.AnyTagClassName
{
color: #15AB2E;
}
</style>
background-color css
<style>
a { background-color: #15AB2E; }
a { background-color: rgb(21,171,46); }
div.DivClassName
{
background-color: #15AB2E;
}
.BgClassName
{
background-color: #15AB2E;
}
</style>
border-color css
<style>
span { border-color: #15AB2E; }
span { border-color: rgb(21,171,46); }
td.TdClassName
{
border-color: #15AB2E;
}
.TagClassName
{
border-color: #15AB2E;
}
</style>