Shades of Elm #27907F
Tints of Elm #27907F
RGB
CMYK
RGB Variations
Color information
#27907F (or 0x27907F) is known color: Elm. HEX triplet: 27, 90 and 7F. RGB value is (39,144,127). Sum of RGB (Red+Green+Blue) = 39+144+127=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #27907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27907F is #D86F80. Grayscale: #6E6E6E. Windows color (decimal): -14184321 or 8359975. OLE color: 8359975.
HSL color Cylindrical-coordinate representation of color #27907F: hue angle of 170.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27907F is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 144 | 127 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.44 |
| HSL | 170.29º | 0.57% | 0.36% | - |
| HSV(B) | 170.29º | 0.73% | 0.56% | - |
| XYZ | 14.64 | 21.91 | 23.54 | - |
| YUV | 110.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 127 | 0.73 | 0 | 0.12 | 0.44 | 170.29 | 0.57 | 0.36 |
| Hex | 27 | 90 | 7F | 49 | 0 | C | 2C | AA | 39 | 24 |
| Octal | 47 | 220 | 177 | 111 | 0 | 14 | 54 | 252 | 71 | 44 |
| Binary | 100111 | 10010000 | 1111111 | 1001001 | 0 | 1100 | 101100 | 10101010 | 111001 | 100100 |
Color Harmonies of #27907F
Complementary color
Monochromatic Colors of #27907F
Black with #27907F
Text Example
Text Example
White with #27907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27907F; }
p { color: rgb(39,144,127); }
H1.HeaderClassName
{
color: #27907F;
}
.AnyTagClassName
{
color: #27907F;
}
</style>
background-color css
<style>
a { background-color: #27907F; }
a { background-color: rgb(39,144,127); }
div.DivClassName
{
background-color: #27907F;
}
.BgClassName
{
background-color: #27907F;
}
</style>
border-color css
<style>
span { border-color: #27907F; }
span { border-color: rgb(39,144,127); }
td.TdClassName
{
border-color: #27907F;
}
.TagClassName
{
border-color: #27907F;
}
</style>