Shades of Elm #277973
Tints of Elm #277973
RGB
CMYK
RGB Variations
Color information
#277973 (or 0x277973) is known color: Elm. HEX triplet: 27, 79 and 73. RGB value is (39,121,115). Sum of RGB (Red+Green+Blue) = 39+121+115=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #277973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277973 is #D8868C. Grayscale: #5F5F5F. Windows color (decimal): -14190221 or 7567655. OLE color: 7567655.
HSL color Cylindrical-coordinate representation of color #277973: hue angle of 175.61º 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 #277973 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 121 | 115 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.53 |
| HSL | 175.61º | 0.51% | 0.31% | - |
| HSV(B) | 175.61º | 0.68% | 0.47% | - |
| XYZ | 10.77 | 15.34 | 18.61 | - |
| YUV | 95.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 115 | 0.68 | 0 | 0.05 | 0.53 | 175.61 | 0.51 | 0.31 |
| Hex | 27 | 79 | 73 | 44 | 0 | 5 | 35 | B0 | 33 | 1F |
| Octal | 47 | 171 | 163 | 104 | 0 | 5 | 65 | 260 | 63 | 37 |
| Binary | 100111 | 1111001 | 1110011 | 1000100 | 0 | 101 | 110101 | 10110000 | 110011 | 11111 |
Color Harmonies of #277973
Complementary color
Monochromatic Colors of #277973
Black with #277973
Text Example
Text Example
White with #277973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277973; }
p { color: rgb(39,121,115); }
H1.HeaderClassName
{
color: #277973;
}
.AnyTagClassName
{
color: #277973;
}
</style>
background-color css
<style>
a { background-color: #277973; }
a { background-color: rgb(39,121,115); }
div.DivClassName
{
background-color: #277973;
}
.BgClassName
{
background-color: #277973;
}
</style>
border-color css
<style>
span { border-color: #277973; }
span { border-color: rgb(39,121,115); }
td.TdClassName
{
border-color: #277973;
}
.TagClassName
{
border-color: #277973;
}
</style>