Shades of Dark Pastel Green #15AA2E
Tints of Dark Pastel Green #15AA2E
RGB
CMYK
RGB Variations
Color information
#15AA2E (or 0x15AA2E) is known color: Dark Pastel Green. HEX triplet: 15, AA and 2E. RGB value is (21,170,46). Sum of RGB (Red+Green+Blue) = 21+170+46=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #15AA2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AA2E is #EA55D1. Grayscale: #6F6F6F. Windows color (decimal): -15357394 or 3058197. OLE color: 3058197.
HSL color Cylindrical-coordinate representation of color #15AA2E: hue angle of 130.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AA2E is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 170 | 46 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.33 |
| HSL | 130.07º | 0.78% | 0.37% | - |
| HSV(B) | 130.07º | 0.88% | 0.67% | - |
| XYZ | 15.18 | 29.11 | 7.4 | - |
| YUV | 111.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 46 | 0.88 | 0 | 0.73 | 0.33 | 130.07 | 0.78 | 0.37 |
| Hex | 15 | AA | 2E | 58 | 0 | 49 | 21 | 82 | 4E | 25 |
| Octal | 25 | 252 | 56 | 130 | 0 | 111 | 41 | 202 | 116 | 45 |
| Binary | 10101 | 10101010 | 101110 | 1011000 | 0 | 1001001 | 100001 | 10000010 | 1001110 | 100101 |
Color Harmonies of #15AA2E
Complementary color
Monochromatic Colors of #15AA2E
Black with #15AA2E
Text Example
Text Example
White with #15AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AA2E; }
p { color: rgb(21,170,46); }
H1.HeaderClassName
{
color: #15AA2E;
}
.AnyTagClassName
{
color: #15AA2E;
}
</style>
background-color css
<style>
a { background-color: #15AA2E; }
a { background-color: rgb(21,170,46); }
div.DivClassName
{
background-color: #15AA2E;
}
.BgClassName
{
background-color: #15AA2E;
}
</style>
border-color css
<style>
span { border-color: #15AA2E; }
span { border-color: rgb(21,170,46); }
td.TdClassName
{
border-color: #15AA2E;
}
.TagClassName
{
border-color: #15AA2E;
}
</style>