Shades of Dark Pastel Green #15CA31
Tints of Dark Pastel Green #15CA31
RGB
CMYK
RGB Variations
Color information
#15CA31 (or 0x15CA31) is known color: Dark Pastel Green. HEX triplet: 15, CA and 31. RGB value is (21,202,49). Sum of RGB (Red+Green+Blue) = 21+202+49=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA31 is #EA35CE. Grayscale: #828282. Windows color (decimal): -15349199 or 3262997. OLE color: 3262997.
HSL color Cylindrical-coordinate representation of color #15CA31: hue angle of 129.28º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CA31 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 202 | 49 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.21 |
| HSL | 129.28º | 0.81% | 0.44% | - |
| HSV(B) | 129.28º | 0.9% | 0.79% | - |
| XYZ | 21.98 | 42.62 | 9.97 | - |
| YUV | 130.44 | 82.03 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 49 | 0.90 | 0 | 0.76 | 0.21 | 129.28 | 0.81 | 0.44 |
| Hex | 15 | CA | 31 | 5A | 0 | 4C | 15 | 81 | 51 | 2C |
| Octal | 25 | 312 | 61 | 132 | 0 | 114 | 25 | 201 | 121 | 54 |
| Binary | 10101 | 11001010 | 110001 | 1011010 | 0 | 1001100 | 10101 | 10000001 | 1010001 | 101100 |
Color Harmonies of #15CA31
Complementary color
Monochromatic Colors of #15CA31
Black with #15CA31
Text Example
Text Example
White with #15CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CA31; }
p { color: rgb(21,202,49); }
H1.HeaderClassName
{
color: #15CA31;
}
.AnyTagClassName
{
color: #15CA31;
}
</style>
background-color css
<style>
a { background-color: #15CA31; }
a { background-color: rgb(21,202,49); }
div.DivClassName
{
background-color: #15CA31;
}
.BgClassName
{
background-color: #15CA31;
}
</style>
border-color css
<style>
span { border-color: #15CA31; }
span { border-color: rgb(21,202,49); }
td.TdClassName
{
border-color: #15CA31;
}
.TagClassName
{
border-color: #15CA31;
}
</style>