Shades of Dark Pastel Green #15C32F
Tints of Dark Pastel Green #15C32F
RGB
CMYK
RGB Variations
Color information
#15C32F (or 0x15C32F) is known color: Dark Pastel Green. HEX triplet: 15, C3 and 2F. RGB value is (21,195,47). Sum of RGB (Red+Green+Blue) = 21+195+47=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #15C32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C32F is #EA3CD0. Grayscale: #7E7E7E. Windows color (decimal): -15350993 or 3130133. OLE color: 3130133.
HSL color Cylindrical-coordinate representation of color #15C32F: hue angle of 128.97º 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 #15C32F is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 195 | 47 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.24 |
| HSL | 128.97º | 0.81% | 0.42% | - |
| HSV(B) | 128.97º | 0.89% | 0.76% | - |
| XYZ | 20.34 | 39.39 | 9.22 | - |
| YUV | 126.1 | 83.35 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 195 | 47 | 0.89 | 0 | 0.76 | 0.24 | 128.97 | 0.81 | 0.42 |
| Hex | 15 | C3 | 2F | 59 | 0 | 4C | 18 | 81 | 51 | 2A |
| Octal | 25 | 303 | 57 | 131 | 0 | 114 | 30 | 201 | 121 | 52 |
| Binary | 10101 | 11000011 | 101111 | 1011001 | 0 | 1001100 | 11000 | 10000001 | 1010001 | 101010 |
Color Harmonies of #15C32F
Complementary color
Monochromatic Colors of #15C32F
Black with #15C32F
Text Example
Text Example
White with #15C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C32F; }
p { color: rgb(21,195,47); }
H1.HeaderClassName
{
color: #15C32F;
}
.AnyTagClassName
{
color: #15C32F;
}
</style>
background-color css
<style>
a { background-color: #15C32F; }
a { background-color: rgb(21,195,47); }
div.DivClassName
{
background-color: #15C32F;
}
.BgClassName
{
background-color: #15C32F;
}
</style>
border-color css
<style>
span { border-color: #15C32F; }
span { border-color: rgb(21,195,47); }
td.TdClassName
{
border-color: #15C32F;
}
.TagClassName
{
border-color: #15C32F;
}
</style>