Shades of Mountain Meadow #23B473
Tints of Mountain Meadow #23B473
RGB
CMYK
RGB Variations
Color information
#23B473 (or 0x23B473) is known color: Mountain Meadow. HEX triplet: 23, B4 and 73. RGB value is (35,180,115). Sum of RGB (Red+Green+Blue) = 35+180+115=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #23B473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23B473 is #DC4B8C. Grayscale: #818181. Windows color (decimal): -14437261 or 7582755. OLE color: 7582755.
HSL color Cylindrical-coordinate representation of color #23B473: hue angle of 153.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23B473 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 180 | 115 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.29 |
| HSL | 153.1º | 0.67% | 0.42% | - |
| HSV(B) | 153.1º | 0.81% | 0.71% | - |
| XYZ | 20.11 | 34.24 | 21.77 | - |
| YUV | 129.24 | 119.96 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 180 | 115 | 0.81 | 0 | 0.36 | 0.29 | 153.1 | 0.67 | 0.42 |
| Hex | 23 | B4 | 73 | 51 | 0 | 24 | 1D | 99 | 43 | 2A |
| Octal | 43 | 264 | 163 | 121 | 0 | 44 | 35 | 231 | 103 | 52 |
| Binary | 100011 | 10110100 | 1110011 | 1010001 | 0 | 100100 | 11101 | 10011001 | 1000011 | 101010 |
Color Harmonies of #23B473
Complementary color
Monochromatic Colors of #23B473
Black with #23B473
Text Example
Text Example
White with #23B473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B473; }
p { color: rgb(35,180,115); }
H1.HeaderClassName
{
color: #23B473;
}
.AnyTagClassName
{
color: #23B473;
}
</style>
background-color css
<style>
a { background-color: #23B473; }
a { background-color: rgb(35,180,115); }
div.DivClassName
{
background-color: #23B473;
}
.BgClassName
{
background-color: #23B473;
}
</style>
border-color css
<style>
span { border-color: #23B473; }
span { border-color: rgb(35,180,115); }
td.TdClassName
{
border-color: #23B473;
}
.TagClassName
{
border-color: #23B473;
}
</style>