Shades of Dark Pastel Green #02C352
Tints of Dark Pastel Green #02C352
RGB
CMYK
RGB Variations
Color information
#02C352 (or 0x02C352) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 52. RGB value is (2,195,82). Sum of RGB (Red+Green+Blue) = 2+195+82=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #02C352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C352 is #FD3CAD. Grayscale: #7C7C7C. Windows color (decimal): -16596142 or 5423874. OLE color: 5423874.
HSL color Cylindrical-coordinate representation of color #02C352: hue angle of 144.87º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C352 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 82 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.24 |
| HSL | 144.87º | 0.98% | 0.39% | - |
| HSV(B) | 144.87º | 0.99% | 0.76% | - |
| XYZ | 21.06 | 39.65 | 14.53 | - |
| YUV | 124.41 | 104.06 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 82 | 0.99 | 0 | 0.58 | 0.24 | 144.87 | 0.98 | 0.39 |
| Hex | 2 | C3 | 52 | 63 | 0 | 3A | 18 | 91 | 62 | 27 |
| Octal | 2 | 303 | 122 | 143 | 0 | 72 | 30 | 221 | 142 | 47 |
| Binary | 10 | 11000011 | 1010010 | 1100011 | 0 | 111010 | 11000 | 10010001 | 1100010 | 100111 |
Color Harmonies of #02C352
Complementary color
Monochromatic Colors of #02C352
Black with #02C352
Text Example
Text Example
White with #02C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C352; }
p { color: rgb(2,195,82); }
H1.HeaderClassName
{
color: #02C352;
}
.AnyTagClassName
{
color: #02C352;
}
</style>
background-color css
<style>
a { background-color: #02C352; }
a { background-color: rgb(2,195,82); }
div.DivClassName
{
background-color: #02C352;
}
.BgClassName
{
background-color: #02C352;
}
</style>
border-color css
<style>
span { border-color: #02C352; }
span { border-color: rgb(2,195,82); }
td.TdClassName
{
border-color: #02C352;
}
.TagClassName
{
border-color: #02C352;
}
</style>