Shades of Elm #277F70
Tints of Elm #277F70
RGB
CMYK
RGB Variations
Color information
#277F70 (or 0x277F70) is known color: Elm. HEX triplet: 27, 7F and 70. RGB value is (39,127,112). Sum of RGB (Red+Green+Blue) = 39+127+112=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #277F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277F70 is #D8808F. Grayscale: #626262. Windows color (decimal): -14188688 or 7372583. OLE color: 7372583.
HSL color Cylindrical-coordinate representation of color #277F70: hue angle of 169.77º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F70 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 112 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.50 |
| HSL | 169.77º | 0.53% | 0.33% | - |
| HSV(B) | 169.77º | 0.69% | 0.5% | - |
| XYZ | 11.35 | 16.78 | 17.97 | - |
| YUV | 98.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 112 | 0.69 | 0 | 0.12 | 0.50 | 169.77 | 0.53 | 0.33 |
| Hex | 27 | 7F | 70 | 45 | 0 | C | 32 | AA | 35 | 21 |
| Octal | 47 | 177 | 160 | 105 | 0 | 14 | 62 | 252 | 65 | 41 |
| Binary | 100111 | 1111111 | 1110000 | 1000101 | 0 | 1100 | 110010 | 10101010 | 110101 | 100001 |
Color Harmonies of #277F70
Complementary color
Monochromatic Colors of #277F70
Black with #277F70
Text Example
Text Example
White with #277F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F70; }
p { color: rgb(39,127,112); }
H1.HeaderClassName
{
color: #277F70;
}
.AnyTagClassName
{
color: #277F70;
}
</style>
background-color css
<style>
a { background-color: #277F70; }
a { background-color: rgb(39,127,112); }
div.DivClassName
{
background-color: #277F70;
}
.BgClassName
{
background-color: #277F70;
}
</style>
border-color css
<style>
span { border-color: #277F70; }
span { border-color: rgb(39,127,112); }
td.TdClassName
{
border-color: #277F70;
}
.TagClassName
{
border-color: #277F70;
}
</style>