Shades of Dark Pastel Green #02BA28
Tints of Dark Pastel Green #02BA28
RGB
CMYK
RGB Variations
Color information
#02BA28 (or 0x02BA28) is known color: Dark Pastel Green. HEX triplet: 02, BA and 28. RGB value is (2,186,40). Sum of RGB (Red+Green+Blue) = 2+186+40=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 186 (73.05% from 255 or 81.58% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA28 is #FD45D7. Grayscale: #727272. Windows color (decimal): -16598488 or 2669058. OLE color: 2669058.
HSL color Cylindrical-coordinate representation of color #02BA28: hue angle of 132.39º 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 #02BA28 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 40 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.27 |
| HSL | 132.39º | 0.98% | 0.37% | - |
| HSV(B) | 132.39º | 0.99% | 0.73% | - |
| XYZ | 17.97 | 35.28 | 7.87 | - |
| YUV | 114.34 | 86.04 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 40 | 0.99 | 0 | 0.78 | 0.27 | 132.39 | 0.98 | 0.37 |
| Hex | 2 | BA | 28 | 63 | 0 | 4E | 1B | 84 | 62 | 25 |
| Octal | 2 | 272 | 50 | 143 | 0 | 116 | 33 | 204 | 142 | 45 |
| Binary | 10 | 10111010 | 101000 | 1100011 | 0 | 1001110 | 11011 | 10000100 | 1100010 | 100101 |
Color Harmonies of #02BA28
Complementary color
Monochromatic Colors of #02BA28
Black with #02BA28
Text Example
Text Example
White with #02BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA28; }
p { color: rgb(2,186,40); }
H1.HeaderClassName
{
color: #02BA28;
}
.AnyTagClassName
{
color: #02BA28;
}
</style>
background-color css
<style>
a { background-color: #02BA28; }
a { background-color: rgb(2,186,40); }
div.DivClassName
{
background-color: #02BA28;
}
.BgClassName
{
background-color: #02BA28;
}
</style>
border-color css
<style>
span { border-color: #02BA28; }
span { border-color: rgb(2,186,40); }
td.TdClassName
{
border-color: #02BA28;
}
.TagClassName
{
border-color: #02BA28;
}
</style>