Shades of Elm #277971
Tints of Elm #277971
RGB
CMYK
RGB Variations
Color information
#277971 (or 0x277971) is known color: Elm. HEX triplet: 27, 79 and 71. RGB value is (39,121,113). Sum of RGB (Red+Green+Blue) = 39+121+113=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #277971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277971 is #D8868E. Grayscale: #5F5F5F. Windows color (decimal): -14190223 or 7436583. OLE color: 7436583.
HSL color Cylindrical-coordinate representation of color #277971: hue angle of 174.15º 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 #277971 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 121 | 113 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.53 |
| HSL | 174.15º | 0.51% | 0.31% | - |
| HSV(B) | 174.15º | 0.68% | 0.47% | - |
| XYZ | 10.65 | 15.3 | 18.01 | - |
| YUV | 95.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 113 | 0.68 | 0 | 0.07 | 0.53 | 174.15 | 0.51 | 0.31 |
| Hex | 27 | 79 | 71 | 44 | 0 | 7 | 35 | AE | 33 | 1F |
| Octal | 47 | 171 | 161 | 104 | 0 | 7 | 65 | 256 | 63 | 37 |
| Binary | 100111 | 1111001 | 1110001 | 1000100 | 0 | 111 | 110101 | 10101110 | 110011 | 11111 |
Color Harmonies of #277971
Complementary color
Monochromatic Colors of #277971
Black with #277971
Text Example
Text Example
White with #277971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277971; }
p { color: rgb(39,121,113); }
H1.HeaderClassName
{
color: #277971;
}
.AnyTagClassName
{
color: #277971;
}
</style>
background-color css
<style>
a { background-color: #277971; }
a { background-color: rgb(39,121,113); }
div.DivClassName
{
background-color: #277971;
}
.BgClassName
{
background-color: #277971;
}
</style>
border-color css
<style>
span { border-color: #277971; }
span { border-color: rgb(39,121,113); }
td.TdClassName
{
border-color: #277971;
}
.TagClassName
{
border-color: #277971;
}
</style>