Shades of Dark Pastel Green #02C749
Tints of Dark Pastel Green #02C749
RGB
CMYK
RGB Variations
Color information
#02C749 (or 0x02C749) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 49. RGB value is (2,199,73). Sum of RGB (Red+Green+Blue) = 2+199+73=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 199 (78.12% from 255 or 72.63% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 199 - color contains mainly: green. Hex color #02C749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C749 is #FD38B6. Grayscale: #7E7E7E. Windows color (decimal): -16595127 or 4835074. OLE color: 4835074.
HSL color Cylindrical-coordinate representation of color #02C749: hue angle of 141.62º 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 #02C749 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 199 | 73 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.22 |
| HSL | 141.62º | 0.98% | 0.39% | - |
| HSV(B) | 141.62º | 0.99% | 0.78% | - |
| XYZ | 21.65 | 41.34 | 13.14 | - |
| YUV | 125.73 | 98.23 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 73 | 0.99 | 0 | 0.63 | 0.22 | 141.62 | 0.98 | 0.39 |
| Hex | 2 | C7 | 49 | 63 | 0 | 3F | 16 | 8E | 62 | 27 |
| Octal | 2 | 307 | 111 | 143 | 0 | 77 | 26 | 216 | 142 | 47 |
| Binary | 10 | 11000111 | 1001001 | 1100011 | 0 | 111111 | 10110 | 10001110 | 1100010 | 100111 |
Color Harmonies of #02C749
Complementary color
Monochromatic Colors of #02C749
Black with #02C749
Text Example
Text Example
White with #02C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C749; }
p { color: rgb(2,199,73); }
H1.HeaderClassName
{
color: #02C749;
}
.AnyTagClassName
{
color: #02C749;
}
</style>
background-color css
<style>
a { background-color: #02C749; }
a { background-color: rgb(2,199,73); }
div.DivClassName
{
background-color: #02C749;
}
.BgClassName
{
background-color: #02C749;
}
</style>
border-color css
<style>
span { border-color: #02C749; }
span { border-color: rgb(2,199,73); }
td.TdClassName
{
border-color: #02C749;
}
.TagClassName
{
border-color: #02C749;
}
</style>