Shades of Mountain Meadow #23B072
Tints of Mountain Meadow #23B072
RGB
CMYK
RGB Variations
Color information
#23B072 (or 0x23B072) is known color: Mountain Meadow. HEX triplet: 23, B0 and 72. RGB value is (35,176,114). Sum of RGB (Red+Green+Blue) = 35+176+114=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #23B072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23B072 is #DC4F8D. Grayscale: #7E7E7E. Windows color (decimal): -14438286 or 7516195. OLE color: 7516195.
HSL color Cylindrical-coordinate representation of color #23B072: hue angle of 153.62º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B072 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 176 | 114 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.31 |
| HSL | 153.62º | 0.67% | 0.41% | - |
| HSV(B) | 153.62º | 0.8% | 0.69% | - |
| XYZ | 19.26 | 32.62 | 21.2 | - |
| YUV | 126.77 | 120.79 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 176 | 114 | 0.80 | 0 | 0.35 | 0.31 | 153.62 | 0.67 | 0.41 |
| Hex | 23 | B0 | 72 | 50 | 0 | 23 | 1F | 9A | 43 | 29 |
| Octal | 43 | 260 | 162 | 120 | 0 | 43 | 37 | 232 | 103 | 51 |
| Binary | 100011 | 10110000 | 1110010 | 1010000 | 0 | 100011 | 11111 | 10011010 | 1000011 | 101001 |
Color Harmonies of #23B072
Complementary color
Monochromatic Colors of #23B072
Black with #23B072
Text Example
Text Example
White with #23B072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B072; }
p { color: rgb(35,176,114); }
H1.HeaderClassName
{
color: #23B072;
}
.AnyTagClassName
{
color: #23B072;
}
</style>
background-color css
<style>
a { background-color: #23B072; }
a { background-color: rgb(35,176,114); }
div.DivClassName
{
background-color: #23B072;
}
.BgClassName
{
background-color: #23B072;
}
</style>
border-color css
<style>
span { border-color: #23B072; }
span { border-color: rgb(35,176,114); }
td.TdClassName
{
border-color: #23B072;
}
.TagClassName
{
border-color: #23B072;
}
</style>