Shades of Dark Pastel Green #02C22B
Tints of Dark Pastel Green #02C22B
RGB
CMYK
RGB Variations
Color information
#02C22B (or 0x02C22B) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 2B. RGB value is (2,194,43). Sum of RGB (Red+Green+Blue) = 2+194+43=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #02C22B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C22B is #FD3DD4. Grayscale: #777777. Windows color (decimal): -16596437 or 2867714. OLE color: 2867714.
HSL color Cylindrical-coordinate representation of color #02C22B: hue angle of 132.81º 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 #02C22B is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 43 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.24 |
| HSL | 132.81º | 0.98% | 0.38% | - |
| HSV(B) | 132.81º | 0.99% | 0.76% | - |
| XYZ | 19.75 | 38.77 | 8.73 | - |
| YUV | 119.38 | 84.89 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 43 | 0.99 | 0 | 0.78 | 0.24 | 132.81 | 0.98 | 0.38 |
| Hex | 2 | C2 | 2B | 63 | 0 | 4E | 18 | 85 | 62 | 26 |
| Octal | 2 | 302 | 53 | 143 | 0 | 116 | 30 | 205 | 142 | 46 |
| Binary | 10 | 11000010 | 101011 | 1100011 | 0 | 1001110 | 11000 | 10000101 | 1100010 | 100110 |
Color Harmonies of #02C22B
Complementary color
Monochromatic Colors of #02C22B
Black with #02C22B
Text Example
Text Example
White with #02C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C22B; }
p { color: rgb(2,194,43); }
H1.HeaderClassName
{
color: #02C22B;
}
.AnyTagClassName
{
color: #02C22B;
}
</style>
background-color css
<style>
a { background-color: #02C22B; }
a { background-color: rgb(2,194,43); }
div.DivClassName
{
background-color: #02C22B;
}
.BgClassName
{
background-color: #02C22B;
}
</style>
border-color css
<style>
span { border-color: #02C22B; }
span { border-color: rgb(2,194,43); }
td.TdClassName
{
border-color: #02C22B;
}
.TagClassName
{
border-color: #02C22B;
}
</style>