Shades of Mountain Meadow #03B882
Tints of Mountain Meadow #03B882
RGB
CMYK
RGB Variations
Color information
#03B882 (or 0x03B882) is known color: Mountain Meadow. HEX triplet: 03, B8 and 82. RGB value is (3,184,130). Sum of RGB (Red+Green+Blue) = 3+184+130=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #03B882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B882 is #FC477D. Grayscale: #7B7B7B. Windows color (decimal): -16533374 or 8566787. OLE color: 8566787.
HSL color Cylindrical-coordinate representation of color #03B882: hue angle of 162.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B882 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 184 | 130 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.28 |
| HSL | 162.1º | 0.97% | 0.37% | - |
| HSV(B) | 162.1º | 0.98% | 0.72% | - |
| XYZ | 21.21 | 35.91 | 26.93 | - |
| YUV | 123.73 | 131.53 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 130 | 0.98 | 0 | 0.29 | 0.28 | 162.1 | 0.97 | 0.37 |
| Hex | 3 | B8 | 82 | 62 | 0 | 1D | 1C | A2 | 61 | 25 |
| Octal | 3 | 270 | 202 | 142 | 0 | 35 | 34 | 242 | 141 | 45 |
| Binary | 11 | 10111000 | 10000010 | 1100010 | 0 | 11101 | 11100 | 10100010 | 1100001 | 100101 |
Color Harmonies of #03B882
Complementary color
Monochromatic Colors of #03B882
Black with #03B882
Text Example
Text Example
White with #03B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B882; }
p { color: rgb(3,184,130); }
H1.HeaderClassName
{
color: #03B882;
}
.AnyTagClassName
{
color: #03B882;
}
</style>
background-color css
<style>
a { background-color: #03B882; }
a { background-color: rgb(3,184,130); }
div.DivClassName
{
background-color: #03B882;
}
.BgClassName
{
background-color: #03B882;
}
</style>
border-color css
<style>
span { border-color: #03B882; }
span { border-color: rgb(3,184,130); }
td.TdClassName
{
border-color: #03B882;
}
.TagClassName
{
border-color: #03B882;
}
</style>