Shades of Dark Pastel Green #02BC1D
Tints of Dark Pastel Green #02BC1D
RGB
CMYK
RGB Variations
Color information
#02BC1D (or 0x02BC1D) is known color: Dark Pastel Green. HEX triplet: 02, BC and 1D. RGB value is (2,188,29). Sum of RGB (Red+Green+Blue) = 2+188+29=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 188 (73.83% from 255 or 85.84% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC1D is #FD43E2. Grayscale: #727272. Windows color (decimal): -16597987 or 1948674. OLE color: 1948674.
HSL color Cylindrical-coordinate representation of color #02BC1D: hue angle of 128.71º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC1D is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 29 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.26 |
| HSL | 128.71º | 0.98% | 0.37% | - |
| HSV(B) | 128.71º | 0.99% | 0.74% | - |
| XYZ | 18.23 | 36.07 | 7.16 | - |
| YUV | 114.26 | 79.88 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 29 | 0.99 | 0 | 0.85 | 0.26 | 128.71 | 0.98 | 0.37 |
| Hex | 2 | BC | 1D | 63 | 0 | 55 | 1A | 81 | 62 | 25 |
| Octal | 2 | 274 | 35 | 143 | 0 | 125 | 32 | 201 | 142 | 45 |
| Binary | 10 | 10111100 | 11101 | 1100011 | 0 | 1010101 | 11010 | 10000001 | 1100010 | 100101 |
Color Harmonies of #02BC1D
Complementary color
Monochromatic Colors of #02BC1D
Black with #02BC1D
Text Example
Text Example
White with #02BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC1D; }
p { color: rgb(2,188,29); }
H1.HeaderClassName
{
color: #02BC1D;
}
.AnyTagClassName
{
color: #02BC1D;
}
</style>
background-color css
<style>
a { background-color: #02BC1D; }
a { background-color: rgb(2,188,29); }
div.DivClassName
{
background-color: #02BC1D;
}
.BgClassName
{
background-color: #02BC1D;
}
</style>
border-color css
<style>
span { border-color: #02BC1D; }
span { border-color: rgb(2,188,29); }
td.TdClassName
{
border-color: #02BC1D;
}
.TagClassName
{
border-color: #02BC1D;
}
</style>