Shades of Mountain Meadow #22B272
Tints of Mountain Meadow #22B272
RGB
CMYK
RGB Variations
Color information
#22B272 (or 0x22B272) is known color: Mountain Meadow. HEX triplet: 22, B2 and 72. RGB value is (34,178,114). Sum of RGB (Red+Green+Blue) = 34+178+114=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #22B272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22B272 is #DD4D8D. Grayscale: #7F7F7F. Windows color (decimal): -14503310 or 7516706. OLE color: 7516706.
HSL color Cylindrical-coordinate representation of color #22B272: hue angle of 153.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B272 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 178 | 114 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.30 |
| HSL | 153.33º | 0.68% | 0.42% | - |
| HSV(B) | 153.33º | 0.81% | 0.7% | - |
| XYZ | 19.62 | 33.4 | 21.33 | - |
| YUV | 127.65 | 120.29 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 178 | 114 | 0.81 | 0 | 0.36 | 0.30 | 153.33 | 0.68 | 0.42 |
| Hex | 22 | B2 | 72 | 51 | 0 | 24 | 1E | 99 | 44 | 2A |
| Octal | 42 | 262 | 162 | 121 | 0 | 44 | 36 | 231 | 104 | 52 |
| Binary | 100010 | 10110010 | 1110010 | 1010001 | 0 | 100100 | 11110 | 10011001 | 1000100 | 101010 |
Color Harmonies of #22B272
Complementary color
Monochromatic Colors of #22B272
Black with #22B272
Text Example
Text Example
White with #22B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B272; }
p { color: rgb(34,178,114); }
H1.HeaderClassName
{
color: #22B272;
}
.AnyTagClassName
{
color: #22B272;
}
</style>
background-color css
<style>
a { background-color: #22B272; }
a { background-color: rgb(34,178,114); }
div.DivClassName
{
background-color: #22B272;
}
.BgClassName
{
background-color: #22B272;
}
</style>
border-color css
<style>
span { border-color: #22B272; }
span { border-color: rgb(34,178,114); }
td.TdClassName
{
border-color: #22B272;
}
.TagClassName
{
border-color: #22B272;
}
</style>