Shades of Mountain Meadow #23C382
Tints of Mountain Meadow #23C382
RGB
CMYK
RGB Variations
Color information
#23C382 (or 0x23C382) is known color: Mountain Meadow. HEX triplet: 23, C3 and 82. RGB value is (35,195,130). Sum of RGB (Red+Green+Blue) = 35+195+130=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #23C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C382 is #DC3C7D. Grayscale: #8B8B8B. Windows color (decimal): -14433406 or 8569635. OLE color: 8569635.
HSL color Cylindrical-coordinate representation of color #23C382: hue angle of 155.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C382 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 195 | 130 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.24 |
| HSL | 155.63º | 0.7% | 0.45% | - |
| HSV(B) | 155.63º | 0.82% | 0.76% | - |
| XYZ | 24.24 | 41 | 27.76 | - |
| YUV | 139.75 | 122.49 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 195 | 130 | 0.82 | 0 | 0.33 | 0.24 | 155.63 | 0.7 | 0.45 |
| Hex | 23 | C3 | 82 | 52 | 0 | 21 | 18 | 9C | 46 | 2D |
| Octal | 43 | 303 | 202 | 122 | 0 | 41 | 30 | 234 | 106 | 55 |
| Binary | 100011 | 11000011 | 10000010 | 1010010 | 0 | 100001 | 11000 | 10011100 | 1000110 | 101101 |
Color Harmonies of #23C382
Complementary color
Monochromatic Colors of #23C382
Black with #23C382
Text Example
Text Example
White with #23C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C382; }
p { color: rgb(35,195,130); }
H1.HeaderClassName
{
color: #23C382;
}
.AnyTagClassName
{
color: #23C382;
}
</style>
background-color css
<style>
a { background-color: #23C382; }
a { background-color: rgb(35,195,130); }
div.DivClassName
{
background-color: #23C382;
}
.BgClassName
{
background-color: #23C382;
}
</style>
border-color css
<style>
span { border-color: #23C382; }
span { border-color: rgb(35,195,130); }
td.TdClassName
{
border-color: #23C382;
}
.TagClassName
{
border-color: #23C382;
}
</style>