Shades of Dark Pastel Green #02C350
Tints of Dark Pastel Green #02C350
RGB
CMYK
RGB Variations
Color information
#02C350 (or 0x02C350) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 50. RGB value is (2,195,80). Sum of RGB (Red+Green+Blue) = 2+195+80=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 195 (76.56% from 255 or 70.40% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 195 - color contains mainly: green. Hex color #02C350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C350 is #FD3CAF. Grayscale: #7C7C7C. Windows color (decimal): -16596144 or 5292802. OLE color: 5292802.
HSL color Cylindrical-coordinate representation of color #02C350: hue angle of 144.25º 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 #02C350 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 80 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.24 |
| HSL | 144.25º | 0.98% | 0.39% | - |
| HSV(B) | 144.25º | 0.99% | 0.76% | - |
| XYZ | 20.99 | 39.62 | 14.13 | - |
| YUV | 124.18 | 103.06 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 80 | 0.99 | 0 | 0.59 | 0.24 | 144.25 | 0.98 | 0.39 |
| Hex | 2 | C3 | 50 | 63 | 0 | 3B | 18 | 90 | 62 | 27 |
| Octal | 2 | 303 | 120 | 143 | 0 | 73 | 30 | 220 | 142 | 47 |
| Binary | 10 | 11000011 | 1010000 | 1100011 | 0 | 111011 | 11000 | 10010000 | 1100010 | 100111 |
Color Harmonies of #02C350
Complementary color
Monochromatic Colors of #02C350
Black with #02C350
Text Example
Text Example
White with #02C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C350; }
p { color: rgb(2,195,80); }
H1.HeaderClassName
{
color: #02C350;
}
.AnyTagClassName
{
color: #02C350;
}
</style>
background-color css
<style>
a { background-color: #02C350; }
a { background-color: rgb(2,195,80); }
div.DivClassName
{
background-color: #02C350;
}
.BgClassName
{
background-color: #02C350;
}
</style>
border-color css
<style>
span { border-color: #02C350; }
span { border-color: rgb(2,195,80); }
td.TdClassName
{
border-color: #02C350;
}
.TagClassName
{
border-color: #02C350;
}
</style>