Shades of Elm #278375
Tints of Elm #278375
RGB
CMYK
RGB Variations
Color information
#278375 (or 0x278375) is known color: Elm. HEX triplet: 27, 83 and 75. RGB value is (39,131,117). Sum of RGB (Red+Green+Blue) = 39+131+117=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #278375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278375 is #D87C8A. Grayscale: #656565. Windows color (decimal): -14187659 or 7701287. OLE color: 7701287.
HSL color Cylindrical-coordinate representation of color #278375: hue angle of 170.87º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278375 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 131 | 117 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.49 |
| HSL | 170.87º | 0.54% | 0.33% | - |
| HSV(B) | 170.87º | 0.7% | 0.51% | - |
| XYZ | 12.16 | 17.95 | 19.65 | - |
| YUV | 101.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 117 | 0.70 | 0 | 0.11 | 0.49 | 170.87 | 0.54 | 0.33 |
| Hex | 27 | 83 | 75 | 46 | 0 | B | 31 | AB | 36 | 21 |
| Octal | 47 | 203 | 165 | 106 | 0 | 13 | 61 | 253 | 66 | 41 |
| Binary | 100111 | 10000011 | 1110101 | 1000110 | 0 | 1011 | 110001 | 10101011 | 110110 | 100001 |
Color Harmonies of #278375
Complementary color
Monochromatic Colors of #278375
Black with #278375
Text Example
Text Example
White with #278375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278375; }
p { color: rgb(39,131,117); }
H1.HeaderClassName
{
color: #278375;
}
.AnyTagClassName
{
color: #278375;
}
</style>
background-color css
<style>
a { background-color: #278375; }
a { background-color: rgb(39,131,117); }
div.DivClassName
{
background-color: #278375;
}
.BgClassName
{
background-color: #278375;
}
</style>
border-color css
<style>
span { border-color: #278375; }
span { border-color: rgb(39,131,117); }
td.TdClassName
{
border-color: #278375;
}
.TagClassName
{
border-color: #278375;
}
</style>