Shades of Dark Pastel Green #02C149
Tints of Dark Pastel Green #02C149
RGB
CMYK
RGB Variations
Color information
#02C149 (or 0x02C149) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 49. RGB value is (2,193,73). Sum of RGB (Red+Green+Blue) = 2+193+73=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #02C149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C149 is #FD3EB6. Grayscale: #7A7A7A. Windows color (decimal): -16596663 or 4833538. OLE color: 4833538.
HSL color Cylindrical-coordinate representation of color #02C149: hue angle of 142.3º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C149 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 73 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.24 |
| HSL | 142.3º | 0.98% | 0.38% | - |
| HSV(B) | 142.3º | 0.99% | 0.76% | - |
| XYZ | 20.3 | 38.63 | 12.69 | - |
| YUV | 122.21 | 100.22 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 73 | 0.99 | 0 | 0.62 | 0.24 | 142.3 | 0.98 | 0.38 |
| Hex | 2 | C1 | 49 | 63 | 0 | 3E | 18 | 8E | 62 | 26 |
| Octal | 2 | 301 | 111 | 143 | 0 | 76 | 30 | 216 | 142 | 46 |
| Binary | 10 | 11000001 | 1001001 | 1100011 | 0 | 111110 | 11000 | 10001110 | 1100010 | 100110 |
Color Harmonies of #02C149
Complementary color
Monochromatic Colors of #02C149
Black with #02C149
Text Example
Text Example
White with #02C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C149; }
p { color: rgb(2,193,73); }
H1.HeaderClassName
{
color: #02C149;
}
.AnyTagClassName
{
color: #02C149;
}
</style>
background-color css
<style>
a { background-color: #02C149; }
a { background-color: rgb(2,193,73); }
div.DivClassName
{
background-color: #02C149;
}
.BgClassName
{
background-color: #02C149;
}
</style>
border-color css
<style>
span { border-color: #02C149; }
span { border-color: rgb(2,193,73); }
td.TdClassName
{
border-color: #02C149;
}
.TagClassName
{
border-color: #02C149;
}
</style>