Shades of Mountain Meadow #20B672
Tints of Mountain Meadow #20B672
RGB
CMYK
RGB Variations
Color information
#20B672 (or 0x20B672) is known color: Mountain Meadow. HEX triplet: 20, B6 and 72. RGB value is (32,182,114). Sum of RGB (Red+Green+Blue) = 32+182+114=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #20B672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B672 is #DF498D. Grayscale: #818181. Windows color (decimal): -14633358 or 7517728. OLE color: 7517728.
HSL color Cylindrical-coordinate representation of color #20B672: hue angle of 152.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B672 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 182 | 114 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.29 |
| HSL | 152.8º | 0.7% | 0.42% | - |
| HSV(B) | 152.8º | 0.82% | 0.71% | - |
| XYZ | 20.36 | 34.98 | 21.6 | - |
| YUV | 129.4 | 119.31 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 114 | 0.82 | 0 | 0.37 | 0.29 | 152.8 | 0.7 | 0.42 |
| Hex | 20 | B6 | 72 | 52 | 0 | 25 | 1D | 99 | 46 | 2A |
| Octal | 40 | 266 | 162 | 122 | 0 | 45 | 35 | 231 | 106 | 52 |
| Binary | 100000 | 10110110 | 1110010 | 1010010 | 0 | 100101 | 11101 | 10011001 | 1000110 | 101010 |
Color Harmonies of #20B672
Complementary color
Monochromatic Colors of #20B672
Black with #20B672
Text Example
Text Example
White with #20B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B672; }
p { color: rgb(32,182,114); }
H1.HeaderClassName
{
color: #20B672;
}
.AnyTagClassName
{
color: #20B672;
}
</style>
background-color css
<style>
a { background-color: #20B672; }
a { background-color: rgb(32,182,114); }
div.DivClassName
{
background-color: #20B672;
}
.BgClassName
{
background-color: #20B672;
}
</style>
border-color css
<style>
span { border-color: #20B672; }
span { border-color: rgb(32,182,114); }
td.TdClassName
{
border-color: #20B672;
}
.TagClassName
{
border-color: #20B672;
}
</style>