Shades of Elm #27887B
Tints of Elm #27887B
RGB
CMYK
RGB Variations
Color information
#27887B (or 0x27887B) is known color: Elm. HEX triplet: 27, 88 and 7B. RGB value is (39,136,123). Sum of RGB (Red+Green+Blue) = 39+136+123=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #27887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27887B is #D87784. Grayscale: #696969. Windows color (decimal): -14186373 or 8095783. OLE color: 8095783.
HSL color Cylindrical-coordinate representation of color #27887B: hue angle of 171.96º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27887B is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 136 | 123 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.47 |
| HSL | 171.96º | 0.55% | 0.34% | - |
| HSV(B) | 171.96º | 0.71% | 0.53% | - |
| XYZ | 13.22 | 19.47 | 21.8 | - |
| YUV | 105.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 123 | 0.71 | 0 | 0.10 | 0.47 | 171.96 | 0.55 | 0.34 |
| Hex | 27 | 88 | 7B | 47 | 0 | A | 2F | AC | 37 | 22 |
| Octal | 47 | 210 | 173 | 107 | 0 | 12 | 57 | 254 | 67 | 42 |
| Binary | 100111 | 10001000 | 1111011 | 1000111 | 0 | 1010 | 101111 | 10101100 | 110111 | 100010 |
Color Harmonies of #27887B
Complementary color
Monochromatic Colors of #27887B
Black with #27887B
Text Example
Text Example
White with #27887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27887B; }
p { color: rgb(39,136,123); }
H1.HeaderClassName
{
color: #27887B;
}
.AnyTagClassName
{
color: #27887B;
}
</style>
background-color css
<style>
a { background-color: #27887B; }
a { background-color: rgb(39,136,123); }
div.DivClassName
{
background-color: #27887B;
}
.BgClassName
{
background-color: #27887B;
}
</style>
border-color css
<style>
span { border-color: #27887B; }
span { border-color: rgb(39,136,123); }
td.TdClassName
{
border-color: #27887B;
}
.TagClassName
{
border-color: #27887B;
}
</style>