Shades of Dark Pastel Green #02BA2D
Tints of Dark Pastel Green #02BA2D
RGB
CMYK
RGB Variations
Color information
#02BA2D (or 0x02BA2D) is known color: Dark Pastel Green. HEX triplet: 02, BA and 2D. RGB value is (2,186,45). Sum of RGB (Red+Green+Blue) = 2+186+45=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA2D is #FD45D2. Grayscale: #737373. Windows color (decimal): -16598483 or 2996738. OLE color: 2996738.
HSL color Cylindrical-coordinate representation of color #02BA2D: hue angle of 134.02º 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 #02BA2D is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 45 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.27 |
| HSL | 134.02º | 0.98% | 0.37% | - |
| HSV(B) | 134.02º | 0.99% | 0.73% | - |
| XYZ | 18.06 | 35.32 | 8.35 | - |
| YUV | 114.91 | 88.54 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 45 | 0.99 | 0 | 0.76 | 0.27 | 134.02 | 0.98 | 0.37 |
| Hex | 2 | BA | 2D | 63 | 0 | 4C | 1B | 86 | 62 | 25 |
| Octal | 2 | 272 | 55 | 143 | 0 | 114 | 33 | 206 | 142 | 45 |
| Binary | 10 | 10111010 | 101101 | 1100011 | 0 | 1001100 | 11011 | 10000110 | 1100010 | 100101 |
Color Harmonies of #02BA2D
Complementary color
Monochromatic Colors of #02BA2D
Black with #02BA2D
Text Example
Text Example
White with #02BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA2D; }
p { color: rgb(2,186,45); }
H1.HeaderClassName
{
color: #02BA2D;
}
.AnyTagClassName
{
color: #02BA2D;
}
</style>
background-color css
<style>
a { background-color: #02BA2D; }
a { background-color: rgb(2,186,45); }
div.DivClassName
{
background-color: #02BA2D;
}
.BgClassName
{
background-color: #02BA2D;
}
</style>
border-color css
<style>
span { border-color: #02BA2D; }
span { border-color: rgb(2,186,45); }
td.TdClassName
{
border-color: #02BA2D;
}
.TagClassName
{
border-color: #02BA2D;
}
</style>