Shades of Dark Pastel Green #02BA3F
Tints of Dark Pastel Green #02BA3F
RGB
CMYK
RGB Variations
Color information
#02BA3F (or 0x02BA3F) is known color: Dark Pastel Green. HEX triplet: 02, BA and 3F. RGB value is (2,186,63). Sum of RGB (Red+Green+Blue) = 2+186+63=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA3F is #FD45C0. Grayscale: #757575. Windows color (decimal): -16598465 or 4176386. OLE color: 4176386.
HSL color Cylindrical-coordinate representation of color #02BA3F: hue angle of 139.89º 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 #02BA3F is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 63 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.27 |
| HSL | 139.89º | 0.98% | 0.37% | - |
| HSV(B) | 139.89º | 0.99% | 0.73% | - |
| XYZ | 18.48 | 35.49 | 10.58 | - |
| YUV | 116.96 | 97.54 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 63 | 0.99 | 0 | 0.66 | 0.27 | 139.89 | 0.98 | 0.37 |
| Hex | 2 | BA | 3F | 63 | 0 | 42 | 1B | 8C | 62 | 25 |
| Octal | 2 | 272 | 77 | 143 | 0 | 102 | 33 | 214 | 142 | 45 |
| Binary | 10 | 10111010 | 111111 | 1100011 | 0 | 1000010 | 11011 | 10001100 | 1100010 | 100101 |
Color Harmonies of #02BA3F
Complementary color
Monochromatic Colors of #02BA3F
Black with #02BA3F
Text Example
Text Example
White with #02BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA3F; }
p { color: rgb(2,186,63); }
H1.HeaderClassName
{
color: #02BA3F;
}
.AnyTagClassName
{
color: #02BA3F;
}
</style>
background-color css
<style>
a { background-color: #02BA3F; }
a { background-color: rgb(2,186,63); }
div.DivClassName
{
background-color: #02BA3F;
}
.BgClassName
{
background-color: #02BA3F;
}
</style>
border-color css
<style>
span { border-color: #02BA3F; }
span { border-color: rgb(2,186,63); }
td.TdClassName
{
border-color: #02BA3F;
}
.TagClassName
{
border-color: #02BA3F;
}
</style>