Shades of Dark Pastel Green #02BA1D
Tints of Dark Pastel Green #02BA1D
RGB
CMYK
RGB Variations
Color information
#02BA1D (or 0x02BA1D) is known color: Dark Pastel Green. HEX triplet: 02, BA and 1D. RGB value is (2,186,29). Sum of RGB (Red+Green+Blue) = 2+186+29=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 186 (73.05% from 255 or 85.71% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA1D is #FD45E2. Grayscale: #717171. Windows color (decimal): -16598499 or 1948162. OLE color: 1948162.
HSL color Cylindrical-coordinate representation of color #02BA1D: hue angle of 128.8º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BA1D is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 29 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.27 |
| HSL | 128.8º | 0.98% | 0.37% | - |
| HSV(B) | 128.8º | 0.99% | 0.73% | - |
| XYZ | 17.81 | 35.22 | 7.02 | - |
| YUV | 113.09 | 80.54 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 29 | 0.99 | 0 | 0.84 | 0.27 | 128.8 | 0.98 | 0.37 |
| Hex | 2 | BA | 1D | 63 | 0 | 54 | 1B | 81 | 62 | 25 |
| Octal | 2 | 272 | 35 | 143 | 0 | 124 | 33 | 201 | 142 | 45 |
| Binary | 10 | 10111010 | 11101 | 1100011 | 0 | 1010100 | 11011 | 10000001 | 1100010 | 100101 |
Color Harmonies of #02BA1D
Complementary color
Monochromatic Colors of #02BA1D
Black with #02BA1D
Text Example
Text Example
White with #02BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA1D; }
p { color: rgb(2,186,29); }
H1.HeaderClassName
{
color: #02BA1D;
}
.AnyTagClassName
{
color: #02BA1D;
}
</style>
background-color css
<style>
a { background-color: #02BA1D; }
a { background-color: rgb(2,186,29); }
div.DivClassName
{
background-color: #02BA1D;
}
.BgClassName
{
background-color: #02BA1D;
}
</style>
border-color css
<style>
span { border-color: #02BA1D; }
span { border-color: rgb(2,186,29); }
td.TdClassName
{
border-color: #02BA1D;
}
.TagClassName
{
border-color: #02BA1D;
}
</style>