Shades of Dark Pastel Green #02BA40
Tints of Dark Pastel Green #02BA40
RGB
CMYK
RGB Variations
Color information
#02BA40 (or 0x02BA40) is known color: Dark Pastel Green. HEX triplet: 02, BA and 40. RGB value is (2,186,64). Sum of RGB (Red+Green+Blue) = 2+186+64=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA40 is #FD45BF. Grayscale: #757575. Windows color (decimal): -16598464 or 4241922. OLE color: 4241922.
HSL color Cylindrical-coordinate representation of color #02BA40: hue angle of 140.22º 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 #02BA40 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 64 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.27 |
| HSL | 140.22º | 0.98% | 0.37% | - |
| HSV(B) | 140.22º | 0.99% | 0.73% | - |
| XYZ | 18.51 | 35.5 | 10.73 | - |
| YUV | 117.08 | 98.04 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 64 | 0.99 | 0 | 0.66 | 0.27 | 140.22 | 0.98 | 0.37 |
| Hex | 2 | BA | 40 | 63 | 0 | 42 | 1B | 8C | 62 | 25 |
| Octal | 2 | 272 | 100 | 143 | 0 | 102 | 33 | 214 | 142 | 45 |
| Binary | 10 | 10111010 | 1000000 | 1100011 | 0 | 1000010 | 11011 | 10001100 | 1100010 | 100101 |
Color Harmonies of #02BA40
Complementary color
Monochromatic Colors of #02BA40
Black with #02BA40
Text Example
Text Example
White with #02BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA40; }
p { color: rgb(2,186,64); }
H1.HeaderClassName
{
color: #02BA40;
}
.AnyTagClassName
{
color: #02BA40;
}
</style>
background-color css
<style>
a { background-color: #02BA40; }
a { background-color: rgb(2,186,64); }
div.DivClassName
{
background-color: #02BA40;
}
.BgClassName
{
background-color: #02BA40;
}
</style>
border-color css
<style>
span { border-color: #02BA40; }
span { border-color: rgb(2,186,64); }
td.TdClassName
{
border-color: #02BA40;
}
.TagClassName
{
border-color: #02BA40;
}
</style>