Shades of Dark Pastel Green #15AD2D
Tints of Dark Pastel Green #15AD2D
RGB
CMYK
RGB Variations
Color information
#15AD2D (or 0x15AD2D) is known color: Dark Pastel Green. HEX triplet: 15, AD and 2D. RGB value is (21,173,45). Sum of RGB (Red+Green+Blue) = 21+173+45=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #15AD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AD2D is #EA52D2. Grayscale: #717171. Windows color (decimal): -15356627 or 2993429. OLE color: 2993429.
HSL color Cylindrical-coordinate representation of color #15AD2D: hue angle of 129.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AD2D is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 173 | 45 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.32 |
| HSL | 129.47º | 0.78% | 0.38% | - |
| HSV(B) | 129.47º | 0.88% | 0.68% | - |
| XYZ | 15.73 | 30.24 | 7.49 | - |
| YUV | 112.96 | 89.64 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 45 | 0.88 | 0 | 0.74 | 0.32 | 129.47 | 0.78 | 0.38 |
| Hex | 15 | AD | 2D | 58 | 0 | 4A | 20 | 81 | 4E | 26 |
| Octal | 25 | 255 | 55 | 130 | 0 | 112 | 40 | 201 | 116 | 46 |
| Binary | 10101 | 10101101 | 101101 | 1011000 | 0 | 1001010 | 100000 | 10000001 | 1001110 | 100110 |
Color Harmonies of #15AD2D
Complementary color
Monochromatic Colors of #15AD2D
Black with #15AD2D
Text Example
Text Example
White with #15AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AD2D; }
p { color: rgb(21,173,45); }
H1.HeaderClassName
{
color: #15AD2D;
}
.AnyTagClassName
{
color: #15AD2D;
}
</style>
background-color css
<style>
a { background-color: #15AD2D; }
a { background-color: rgb(21,173,45); }
div.DivClassName
{
background-color: #15AD2D;
}
.BgClassName
{
background-color: #15AD2D;
}
</style>
border-color css
<style>
span { border-color: #15AD2D; }
span { border-color: rgb(21,173,45); }
td.TdClassName
{
border-color: #15AD2D;
}
.TagClassName
{
border-color: #15AD2D;
}
</style>