Shades of Dark Pastel Green #02BA2B
Tints of Dark Pastel Green #02BA2B
RGB
CMYK
RGB Variations
Color information
#02BA2B (or 0x02BA2B) is known color: Dark Pastel Green. HEX triplet: 02, BA and 2B. RGB value is (2,186,43). Sum of RGB (Red+Green+Blue) = 2+186+43=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA2B is #FD45D4. Grayscale: #737373. Windows color (decimal): -16598485 or 2865666. OLE color: 2865666.
HSL color Cylindrical-coordinate representation of color #02BA2B: hue angle of 133.37º 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 #02BA2B is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 43 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.27 |
| HSL | 133.37º | 0.98% | 0.37% | - |
| HSV(B) | 133.37º | 0.99% | 0.73% | - |
| XYZ | 18.02 | 35.31 | 8.15 | - |
| YUV | 114.68 | 87.54 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 43 | 0.99 | 0 | 0.77 | 0.27 | 133.37 | 0.98 | 0.37 |
| Hex | 2 | BA | 2B | 63 | 0 | 4D | 1B | 85 | 62 | 25 |
| Octal | 2 | 272 | 53 | 143 | 0 | 115 | 33 | 205 | 142 | 45 |
| Binary | 10 | 10111010 | 101011 | 1100011 | 0 | 1001101 | 11011 | 10000101 | 1100010 | 100101 |
Color Harmonies of #02BA2B
Complementary color
Monochromatic Colors of #02BA2B
Black with #02BA2B
Text Example
Text Example
White with #02BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA2B; }
p { color: rgb(2,186,43); }
H1.HeaderClassName
{
color: #02BA2B;
}
.AnyTagClassName
{
color: #02BA2B;
}
</style>
background-color css
<style>
a { background-color: #02BA2B; }
a { background-color: rgb(2,186,43); }
div.DivClassName
{
background-color: #02BA2B;
}
.BgClassName
{
background-color: #02BA2B;
}
</style>
border-color css
<style>
span { border-color: #02BA2B; }
span { border-color: rgb(2,186,43); }
td.TdClassName
{
border-color: #02BA2B;
}
.TagClassName
{
border-color: #02BA2B;
}
</style>