Shades of Mountain Meadow #23B375
Tints of Mountain Meadow #23B375
RGB
CMYK
RGB Variations
Color information
#23B375 (or 0x23B375) is known color: Mountain Meadow. HEX triplet: 23, B3 and 75. RGB value is (35,179,117). Sum of RGB (Red+Green+Blue) = 35+179+117=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #23B375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23B375 is #DC4C8A. Grayscale: #808080. Windows color (decimal): -14437515 or 7713571. OLE color: 7713571.
HSL color Cylindrical-coordinate representation of color #23B375: hue angle of 154.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B375 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 179 | 117 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.30 |
| HSL | 154.17º | 0.67% | 0.42% | - |
| HSV(B) | 154.17º | 0.8% | 0.7% | - |
| XYZ | 20.02 | 33.88 | 22.31 | - |
| YUV | 128.88 | 121.29 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 179 | 117 | 0.80 | 0 | 0.35 | 0.30 | 154.17 | 0.67 | 0.42 |
| Hex | 23 | B3 | 75 | 50 | 0 | 23 | 1E | 9A | 43 | 2A |
| Octal | 43 | 263 | 165 | 120 | 0 | 43 | 36 | 232 | 103 | 52 |
| Binary | 100011 | 10110011 | 1110101 | 1010000 | 0 | 100011 | 11110 | 10011010 | 1000011 | 101010 |
Color Harmonies of #23B375
Complementary color
Monochromatic Colors of #23B375
Black with #23B375
Text Example
Text Example
White with #23B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B375; }
p { color: rgb(35,179,117); }
H1.HeaderClassName
{
color: #23B375;
}
.AnyTagClassName
{
color: #23B375;
}
</style>
background-color css
<style>
a { background-color: #23B375; }
a { background-color: rgb(35,179,117); }
div.DivClassName
{
background-color: #23B375;
}
.BgClassName
{
background-color: #23B375;
}
</style>
border-color css
<style>
span { border-color: #23B375; }
span { border-color: rgb(35,179,117); }
td.TdClassName
{
border-color: #23B375;
}
.TagClassName
{
border-color: #23B375;
}
</style>