Shades of Dark Pastel Green #15AA2F
Tints of Dark Pastel Green #15AA2F
RGB
CMYK
RGB Variations
Color information
#15AA2F (or 0x15AA2F) is known color: Dark Pastel Green. HEX triplet: 15, AA and 2F. RGB value is (21,170,47). Sum of RGB (Red+Green+Blue) = 21+170+47=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #15AA2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AA2F is #EA55D0. Grayscale: #6F6F6F. Windows color (decimal): -15357393 or 3123733. OLE color: 3123733.
HSL color Cylindrical-coordinate representation of color #15AA2F: hue angle of 130.47º 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 #15AA2F is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 170 | 47 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.33 |
| HSL | 130.47º | 0.78% | 0.37% | - |
| HSV(B) | 130.47º | 0.88% | 0.67% | - |
| XYZ | 15.2 | 29.11 | 7.51 | - |
| YUV | 111.43 | 91.64 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 47 | 0.88 | 0 | 0.72 | 0.33 | 130.47 | 0.78 | 0.37 |
| Hex | 15 | AA | 2F | 58 | 0 | 48 | 21 | 82 | 4E | 25 |
| Octal | 25 | 252 | 57 | 130 | 0 | 110 | 41 | 202 | 116 | 45 |
| Binary | 10101 | 10101010 | 101111 | 1011000 | 0 | 1001000 | 100001 | 10000010 | 1001110 | 100101 |
Color Harmonies of #15AA2F
Complementary color
Monochromatic Colors of #15AA2F
Black with #15AA2F
Text Example
Text Example
White with #15AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AA2F; }
p { color: rgb(21,170,47); }
H1.HeaderClassName
{
color: #15AA2F;
}
.AnyTagClassName
{
color: #15AA2F;
}
</style>
background-color css
<style>
a { background-color: #15AA2F; }
a { background-color: rgb(21,170,47); }
div.DivClassName
{
background-color: #15AA2F;
}
.BgClassName
{
background-color: #15AA2F;
}
</style>
border-color css
<style>
span { border-color: #15AA2F; }
span { border-color: rgb(21,170,47); }
td.TdClassName
{
border-color: #15AA2F;
}
.TagClassName
{
border-color: #15AA2F;
}
</style>