Shades of Dark Pastel Green #15B521
Tints of Dark Pastel Green #15B521
RGB
CMYK
RGB Variations
Color information
#15B521 (or 0x15B521) is known color: Dark Pastel Green. HEX triplet: 15, B5 and 21. RGB value is (21,181,33). Sum of RGB (Red+Green+Blue) = 21+181+33=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 181 (71.09% from 255 or 77.02% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 181 - color contains mainly: green. Hex color #15B521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15B521 is #EA4ADE. Grayscale: #747474. Windows color (decimal): -15354591 or 2209045. OLE color: 2209045.
HSL color Cylindrical-coordinate representation of color #15B521: hue angle of 124.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B521 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 181 | 33 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.29 |
| HSL | 124.5º | 0.79% | 0.4% | - |
| HSV(B) | 124.5º | 0.88% | 0.71% | - |
| XYZ | 17.11 | 33.32 | 6.97 | - |
| YUV | 116.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 181 | 33 | 0.88 | 0 | 0.82 | 0.29 | 124.5 | 0.79 | 0.4 |
| Hex | 15 | B5 | 21 | 58 | 0 | 52 | 1D | 7C | 4F | 28 |
| Octal | 25 | 265 | 41 | 130 | 0 | 122 | 35 | 174 | 117 | 50 |
| Binary | 10101 | 10110101 | 100001 | 1011000 | 0 | 1010010 | 11101 | 1111100 | 1001111 | 101000 |
Color Harmonies of #15B521
Complementary color
Monochromatic Colors of #15B521
Black with #15B521
Text Example
Text Example
White with #15B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B521; }
p { color: rgb(21,181,33); }
H1.HeaderClassName
{
color: #15B521;
}
.AnyTagClassName
{
color: #15B521;
}
</style>
background-color css
<style>
a { background-color: #15B521; }
a { background-color: rgb(21,181,33); }
div.DivClassName
{
background-color: #15B521;
}
.BgClassName
{
background-color: #15B521;
}
</style>
border-color css
<style>
span { border-color: #15B521; }
span { border-color: rgb(21,181,33); }
td.TdClassName
{
border-color: #15B521;
}
.TagClassName
{
border-color: #15B521;
}
</style>