Shades of Dark Pastel Green #15AB32
Tints of Dark Pastel Green #15AB32
RGB
CMYK
RGB Variations
Color information
#15AB32 (or 0x15AB32) is known color: Dark Pastel Green. HEX triplet: 15, AB and 32. RGB value is (21,171,50). Sum of RGB (Red+Green+Blue) = 21+171+50=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 171 (67.19% from 255 or 70.66% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 171 - color contains mainly: green. Hex color #15AB32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AB32 is #EA54CD. Grayscale: #707070. Windows color (decimal): -15357134 or 3320597. OLE color: 3320597.
HSL color Cylindrical-coordinate representation of color #15AB32: hue angle of 131.6º 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 #15AB32 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 171 | 50 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.33 |
| HSL | 131.6º | 0.78% | 0.38% | - |
| HSV(B) | 131.6º | 0.88% | 0.67% | - |
| XYZ | 15.45 | 29.52 | 7.9 | - |
| YUV | 112.36 | 92.81 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 50 | 0.88 | 0 | 0.71 | 0.33 | 131.6 | 0.78 | 0.38 |
| Hex | 15 | AB | 32 | 58 | 0 | 47 | 21 | 84 | 4E | 26 |
| Octal | 25 | 253 | 62 | 130 | 0 | 107 | 41 | 204 | 116 | 46 |
| Binary | 10101 | 10101011 | 110010 | 1011000 | 0 | 1000111 | 100001 | 10000100 | 1001110 | 100110 |
Color Harmonies of #15AB32
Complementary color
Monochromatic Colors of #15AB32
Black with #15AB32
Text Example
Text Example
White with #15AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AB32; }
p { color: rgb(21,171,50); }
H1.HeaderClassName
{
color: #15AB32;
}
.AnyTagClassName
{
color: #15AB32;
}
</style>
background-color css
<style>
a { background-color: #15AB32; }
a { background-color: rgb(21,171,50); }
div.DivClassName
{
background-color: #15AB32;
}
.BgClassName
{
background-color: #15AB32;
}
</style>
border-color css
<style>
span { border-color: #15AB32; }
span { border-color: rgb(21,171,50); }
td.TdClassName
{
border-color: #15AB32;
}
.TagClassName
{
border-color: #15AB32;
}
</style>