Shades of Dark Pastel Green #02C02F
Tints of Dark Pastel Green #02C02F
RGB
CMYK
RGB Variations
Color information
#02C02F (or 0x02C02F) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 2F. RGB value is (2,192,47). Sum of RGB (Red+Green+Blue) = 2+192+47=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #02C02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C02F is #FD3FD0. Grayscale: #777777. Windows color (decimal): -16596945 or 3129346. OLE color: 3129346.
HSL color Cylindrical-coordinate representation of color #02C02F: hue angle of 134.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C02F is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 47 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.25 |
| HSL | 134.21º | 0.98% | 0.38% | - |
| HSV(B) | 134.21º | 0.99% | 0.75% | - |
| XYZ | 19.39 | 37.92 | 8.99 | - |
| YUV | 118.66 | 87.55 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 47 | 0.99 | 0 | 0.76 | 0.25 | 134.21 | 0.98 | 0.38 |
| Hex | 2 | C0 | 2F | 63 | 0 | 4C | 19 | 86 | 62 | 26 |
| Octal | 2 | 300 | 57 | 143 | 0 | 114 | 31 | 206 | 142 | 46 |
| Binary | 10 | 11000000 | 101111 | 1100011 | 0 | 1001100 | 11001 | 10000110 | 1100010 | 100110 |
Color Harmonies of #02C02F
Complementary color
Monochromatic Colors of #02C02F
Black with #02C02F
Text Example
Text Example
White with #02C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C02F; }
p { color: rgb(2,192,47); }
H1.HeaderClassName
{
color: #02C02F;
}
.AnyTagClassName
{
color: #02C02F;
}
</style>
background-color css
<style>
a { background-color: #02C02F; }
a { background-color: rgb(2,192,47); }
div.DivClassName
{
background-color: #02C02F;
}
.BgClassName
{
background-color: #02C02F;
}
</style>
border-color css
<style>
span { border-color: #02C02F; }
span { border-color: rgb(2,192,47); }
td.TdClassName
{
border-color: #02C02F;
}
.TagClassName
{
border-color: #02C02F;
}
</style>