Shades of Elm #277871
Tints of Elm #277871
RGB
CMYK
RGB Variations
Color information
#277871 (or 0x277871) is known color: Elm. HEX triplet: 27, 78 and 71. RGB value is (39,120,113). Sum of RGB (Red+Green+Blue) = 39+120+113=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #277871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277871 is #D8878E. Grayscale: #5E5E5E. Windows color (decimal): -14190479 or 7436327. OLE color: 7436327.
HSL color Cylindrical-coordinate representation of color #277871: hue angle of 174.81º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277871 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 120 | 113 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.53 |
| HSL | 174.81º | 0.51% | 0.31% | - |
| HSV(B) | 174.81º | 0.68% | 0.47% | - |
| XYZ | 10.53 | 15.06 | 17.97 | - |
| YUV | 94.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 113 | 0.67 | 0 | 0.06 | 0.53 | 174.81 | 0.51 | 0.31 |
| Hex | 27 | 78 | 71 | 43 | 0 | 6 | 35 | AF | 33 | 1F |
| Octal | 47 | 170 | 161 | 103 | 0 | 6 | 65 | 257 | 63 | 37 |
| Binary | 100111 | 1111000 | 1110001 | 1000011 | 0 | 110 | 110101 | 10101111 | 110011 | 11111 |
Color Harmonies of #277871
Complementary color
Monochromatic Colors of #277871
Black with #277871
Text Example
Text Example
White with #277871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277871; }
p { color: rgb(39,120,113); }
H1.HeaderClassName
{
color: #277871;
}
.AnyTagClassName
{
color: #277871;
}
</style>
background-color css
<style>
a { background-color: #277871; }
a { background-color: rgb(39,120,113); }
div.DivClassName
{
background-color: #277871;
}
.BgClassName
{
background-color: #277871;
}
</style>
border-color css
<style>
span { border-color: #277871; }
span { border-color: rgb(39,120,113); }
td.TdClassName
{
border-color: #277871;
}
.TagClassName
{
border-color: #277871;
}
</style>