Shades of Dark Pastel Green #02C949
Tints of Dark Pastel Green #02C949
RGB
CMYK
RGB Variations
Color information
#02C949 (or 0x02C949) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 49. RGB value is (2,201,73). Sum of RGB (Red+Green+Blue) = 2+201+73=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 201 (78.91% from 255 or 72.83% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 201 - color contains mainly: green. Hex color #02C949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C949 is #FD36B6. Grayscale: #7F7F7F. Windows color (decimal): -16594615 or 4835586. OLE color: 4835586.
HSL color Cylindrical-coordinate representation of color #02C949: hue angle of 141.41º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C949 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 73 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.21 |
| HSL | 141.41º | 0.98% | 0.4% | - |
| HSV(B) | 141.41º | 0.99% | 0.79% | - |
| XYZ | 22.11 | 42.27 | 13.3 | - |
| YUV | 126.91 | 97.57 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 73 | 0.99 | 0 | 0.64 | 0.21 | 141.41 | 0.98 | 0.4 |
| Hex | 2 | C9 | 49 | 63 | 0 | 40 | 15 | 8D | 62 | 28 |
| Octal | 2 | 311 | 111 | 143 | 0 | 100 | 25 | 215 | 142 | 50 |
| Binary | 10 | 11001001 | 1001001 | 1100011 | 0 | 1000000 | 10101 | 10001101 | 1100010 | 101000 |
Color Harmonies of #02C949
Complementary color
Monochromatic Colors of #02C949
Black with #02C949
Text Example
Text Example
White with #02C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C949; }
p { color: rgb(2,201,73); }
H1.HeaderClassName
{
color: #02C949;
}
.AnyTagClassName
{
color: #02C949;
}
</style>
background-color css
<style>
a { background-color: #02C949; }
a { background-color: rgb(2,201,73); }
div.DivClassName
{
background-color: #02C949;
}
.BgClassName
{
background-color: #02C949;
}
</style>
border-color css
<style>
span { border-color: #02C949; }
span { border-color: rgb(2,201,73); }
td.TdClassName
{
border-color: #02C949;
}
.TagClassName
{
border-color: #02C949;
}
</style>