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