Shades of Mountain Meadow #02B882
Tints of Mountain Meadow #02B882
RGB
CMYK
RGB Variations
Color information
#02B882 (or 0x02B882) is known color: Mountain Meadow. HEX triplet: 02, B8 and 82. RGB value is (2,184,130). Sum of RGB (Red+Green+Blue) = 2+184+130=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #02B882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B882 is #FD477D. Grayscale: #7B7B7B. Windows color (decimal): -16598910 or 8566786. OLE color: 8566786.
HSL color Cylindrical-coordinate representation of color #02B882: hue angle of 162.2º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B882 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 130 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.28 |
| HSL | 162.2º | 0.98% | 0.36% | - |
| HSV(B) | 162.2º | 0.99% | 0.72% | - |
| XYZ | 21.19 | 35.91 | 26.93 | - |
| YUV | 123.43 | 131.7 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 130 | 0.99 | 0 | 0.29 | 0.28 | 162.2 | 0.98 | 0.36 |
| Hex | 2 | B8 | 82 | 63 | 0 | 1D | 1C | A2 | 62 | 24 |
| Octal | 2 | 270 | 202 | 143 | 0 | 35 | 34 | 242 | 142 | 44 |
| Binary | 10 | 10111000 | 10000010 | 1100011 | 0 | 11101 | 11100 | 10100010 | 1100010 | 100100 |
Color Harmonies of #02B882
Complementary color
Monochromatic Colors of #02B882
Black with #02B882
Text Example
Text Example
White with #02B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B882; }
p { color: rgb(2,184,130); }
H1.HeaderClassName
{
color: #02B882;
}
.AnyTagClassName
{
color: #02B882;
}
</style>
background-color css
<style>
a { background-color: #02B882; }
a { background-color: rgb(2,184,130); }
div.DivClassName
{
background-color: #02B882;
}
.BgClassName
{
background-color: #02B882;
}
</style>
border-color css
<style>
span { border-color: #02B882; }
span { border-color: rgb(2,184,130); }
td.TdClassName
{
border-color: #02B882;
}
.TagClassName
{
border-color: #02B882;
}
</style>