Shades of Dark Pastel Green #15C32B
Tints of Dark Pastel Green #15C32B
RGB
CMYK
RGB Variations
Color information
#15C32B (or 0x15C32B) is known color: Dark Pastel Green. HEX triplet: 15, C3 and 2B. RGB value is (21,195,43). Sum of RGB (Red+Green+Blue) = 21+195+43=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #15C32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C32B is #EA3CD4. Grayscale: #7E7E7E. Windows color (decimal): -15350997 or 2867989. OLE color: 2867989.
HSL color Cylindrical-coordinate representation of color #15C32B: hue angle of 127.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C32B is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 195 | 43 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.24 |
| HSL | 127.59º | 0.81% | 0.42% | - |
| HSV(B) | 127.59º | 0.89% | 0.76% | - |
| XYZ | 20.26 | 39.36 | 8.82 | - |
| YUV | 125.65 | 81.35 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 195 | 43 | 0.89 | 0 | 0.78 | 0.24 | 127.59 | 0.81 | 0.42 |
| Hex | 15 | C3 | 2B | 59 | 0 | 4E | 18 | 80 | 51 | 2A |
| Octal | 25 | 303 | 53 | 131 | 0 | 116 | 30 | 200 | 121 | 52 |
| Binary | 10101 | 11000011 | 101011 | 1011001 | 0 | 1001110 | 11000 | 10000000 | 1010001 | 101010 |
Color Harmonies of #15C32B
Complementary color
Monochromatic Colors of #15C32B
Black with #15C32B
Text Example
Text Example
White with #15C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C32B; }
p { color: rgb(21,195,43); }
H1.HeaderClassName
{
color: #15C32B;
}
.AnyTagClassName
{
color: #15C32B;
}
</style>
background-color css
<style>
a { background-color: #15C32B; }
a { background-color: rgb(21,195,43); }
div.DivClassName
{
background-color: #15C32B;
}
.BgClassName
{
background-color: #15C32B;
}
</style>
border-color css
<style>
span { border-color: #15C32B; }
span { border-color: rgb(21,195,43); }
td.TdClassName
{
border-color: #15C32B;
}
.TagClassName
{
border-color: #15C32B;
}
</style>