Shades of Dark Pastel Green #02C73C
Tints of Dark Pastel Green #02C73C
RGB
CMYK
RGB Variations
Color information
#02C73C (or 0x02C73C) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 3C. RGB value is (2,199,60). Sum of RGB (Red+Green+Blue) = 2+199+60=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 199 (78.12% from 255 or 76.25% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 199 - color contains mainly: green. Hex color #02C73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C73C is #FD38C3. Grayscale: #7C7C7C. Windows color (decimal): -16595140 or 3983106. OLE color: 3983106.
HSL color Cylindrical-coordinate representation of color #02C73C: hue angle of 137.66º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C73C is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 199 | 60 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.22 |
| HSL | 137.67º | 0.98% | 0.39% | - |
| HSV(B) | 137.67º | 0.99% | 0.78% | - |
| XYZ | 21.26 | 41.19 | 11.1 | - |
| YUV | 124.25 | 91.73 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 60 | 0.99 | 0 | 0.70 | 0.22 | 137.67 | 0.98 | 0.39 |
| Hex | 2 | C7 | 3C | 63 | 0 | 46 | 16 | 8A | 62 | 27 |
| Octal | 2 | 307 | 74 | 143 | 0 | 106 | 26 | 212 | 142 | 47 |
| Binary | 10 | 11000111 | 111100 | 1100011 | 0 | 1000110 | 10110 | 10001010 | 1100010 | 100111 |
Color Harmonies of #02C73C
Complementary color
Monochromatic Colors of #02C73C
Black with #02C73C
Text Example
Text Example
White with #02C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C73C; }
p { color: rgb(2,199,60); }
H1.HeaderClassName
{
color: #02C73C;
}
.AnyTagClassName
{
color: #02C73C;
}
</style>
background-color css
<style>
a { background-color: #02C73C; }
a { background-color: rgb(2,199,60); }
div.DivClassName
{
background-color: #02C73C;
}
.BgClassName
{
background-color: #02C73C;
}
</style>
border-color css
<style>
span { border-color: #02C73C; }
span { border-color: rgb(2,199,60); }
td.TdClassName
{
border-color: #02C73C;
}
.TagClassName
{
border-color: #02C73C;
}
</style>