Shades of Mountain Meadow #27C382
Tints of Mountain Meadow #27C382
RGB
CMYK
RGB Variations
Color information
#27C382 (or 0x27C382) is known color: Mountain Meadow. HEX triplet: 27, C3 and 82. RGB value is (39,195,130). Sum of RGB (Red+Green+Blue) = 39+195+130=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #27C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C382 is #D83C7D. Grayscale: #8D8D8D. Windows color (decimal): -14171262 or 8569639. OLE color: 8569639.
HSL color Cylindrical-coordinate representation of color #27C382: hue angle of 155º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C382 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 130 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.24 |
| HSL | 155º | 0.67% | 0.46% | - |
| HSV(B) | 155º | 0.8% | 0.76% | - |
| XYZ | 24.38 | 41.07 | 27.76 | - |
| YUV | 140.95 | 121.82 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 130 | 0.80 | 0 | 0.33 | 0.24 | 155 | 0.67 | 0.46 |
| Hex | 27 | C3 | 82 | 50 | 0 | 21 | 18 | 9B | 43 | 2E |
| Octal | 47 | 303 | 202 | 120 | 0 | 41 | 30 | 233 | 103 | 56 |
| Binary | 100111 | 11000011 | 10000010 | 1010000 | 0 | 100001 | 11000 | 10011011 | 1000011 | 101110 |
Color Harmonies of #27C382
Complementary color
Monochromatic Colors of #27C382
Black with #27C382
Text Example
Text Example
White with #27C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C382; }
p { color: rgb(39,195,130); }
H1.HeaderClassName
{
color: #27C382;
}
.AnyTagClassName
{
color: #27C382;
}
</style>
background-color css
<style>
a { background-color: #27C382; }
a { background-color: rgb(39,195,130); }
div.DivClassName
{
background-color: #27C382;
}
.BgClassName
{
background-color: #27C382;
}
</style>
border-color css
<style>
span { border-color: #27C382; }
span { border-color: rgb(39,195,130); }
td.TdClassName
{
border-color: #27C382;
}
.TagClassName
{
border-color: #27C382;
}
</style>