Shades of Dark Pastel Green #02C01B
Tints of Dark Pastel Green #02C01B
RGB
CMYK
RGB Variations
Color information
#02C01B (or 0x02C01B) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 1B. RGB value is (2,192,27). Sum of RGB (Red+Green+Blue) = 2+192+27=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 192 (75.39% from 255 or 86.88% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 192 - color contains mainly: green. Hex color #02C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C01B is #FD3FE4. Grayscale: #747474. Windows color (decimal): -16596965 or 1818626. OLE color: 1818626.
HSL color Cylindrical-coordinate representation of color #02C01B: hue angle of 127.89º 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 #02C01B is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 27 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.25 |
| HSL | 127.89º | 0.98% | 0.38% | - |
| HSV(B) | 127.89º | 0.99% | 0.75% | - |
| XYZ | 19.07 | 37.79 | 7.33 | - |
| YUV | 116.38 | 77.55 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 27 | 0.99 | 0 | 0.86 | 0.25 | 127.89 | 0.98 | 0.38 |
| Hex | 2 | C0 | 1B | 63 | 0 | 56 | 19 | 80 | 62 | 26 |
| Octal | 2 | 300 | 33 | 143 | 0 | 126 | 31 | 200 | 142 | 46 |
| Binary | 10 | 11000000 | 11011 | 1100011 | 0 | 1010110 | 11001 | 10000000 | 1100010 | 100110 |
Color Harmonies of #02C01B
Complementary color
Monochromatic Colors of #02C01B
Black with #02C01B
Text Example
Text Example
White with #02C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C01B; }
p { color: rgb(2,192,27); }
H1.HeaderClassName
{
color: #02C01B;
}
.AnyTagClassName
{
color: #02C01B;
}
</style>
background-color css
<style>
a { background-color: #02C01B; }
a { background-color: rgb(2,192,27); }
div.DivClassName
{
background-color: #02C01B;
}
.BgClassName
{
background-color: #02C01B;
}
</style>
border-color css
<style>
span { border-color: #02C01B; }
span { border-color: rgb(2,192,27); }
td.TdClassName
{
border-color: #02C01B;
}
.TagClassName
{
border-color: #02C01B;
}
</style>