Shades of Dark Pastel Green #02C547
Tints of Dark Pastel Green #02C547
RGB
CMYK
RGB Variations
Color information
#02C547 (or 0x02C547) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 47. RGB value is (2,197,71). Sum of RGB (Red+Green+Blue) = 2+197+71=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #02C547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C547 is #FD3AB8. Grayscale: #7C7C7C. Windows color (decimal): -16595641 or 4703490. OLE color: 4703490.
HSL color Cylindrical-coordinate representation of color #02C547: hue angle of 141.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C547 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 71 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.23 |
| HSL | 141.23º | 0.98% | 0.39% | - |
| HSV(B) | 141.23º | 0.99% | 0.77% | - |
| XYZ | 21.13 | 40.4 | 12.65 | - |
| YUV | 124.33 | 97.9 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 71 | 0.99 | 0 | 0.64 | 0.23 | 141.23 | 0.98 | 0.39 |
| Hex | 2 | C5 | 47 | 63 | 0 | 40 | 17 | 8D | 62 | 27 |
| Octal | 2 | 305 | 107 | 143 | 0 | 100 | 27 | 215 | 142 | 47 |
| Binary | 10 | 11000101 | 1000111 | 1100011 | 0 | 1000000 | 10111 | 10001101 | 1100010 | 100111 |
Color Harmonies of #02C547
Complementary color
Monochromatic Colors of #02C547
Black with #02C547
Text Example
Text Example
White with #02C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C547; }
p { color: rgb(2,197,71); }
H1.HeaderClassName
{
color: #02C547;
}
.AnyTagClassName
{
color: #02C547;
}
</style>
background-color css
<style>
a { background-color: #02C547; }
a { background-color: rgb(2,197,71); }
div.DivClassName
{
background-color: #02C547;
}
.BgClassName
{
background-color: #02C547;
}
</style>
border-color css
<style>
span { border-color: #02C547; }
span { border-color: rgb(2,197,71); }
td.TdClassName
{
border-color: #02C547;
}
.TagClassName
{
border-color: #02C547;
}
</style>