Shades of Elm #287A74
Tints of Elm #287A74
RGB
CMYK
RGB Variations
Color information
#287A74 (or 0x287A74) is known color: Elm. HEX triplet: 28, 7A and 74. RGB value is (40,122,116). Sum of RGB (Red+Green+Blue) = 40+122+116=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #287A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A74 is #D7858B. Grayscale: #606060. Windows color (decimal): -14124428 or 7633448. OLE color: 7633448.
HSL color Cylindrical-coordinate representation of color #287A74: hue angle of 175.61º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A74 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 116 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.52 |
| HSL | 175.61º | 0.51% | 0.32% | - |
| HSV(B) | 175.61º | 0.67% | 0.48% | - |
| XYZ | 10.99 | 15.63 | 18.96 | - |
| YUV | 96.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 116 | 0.67 | 0 | 0.05 | 0.52 | 175.61 | 0.51 | 0.32 |
| Hex | 28 | 7A | 74 | 43 | 0 | 5 | 34 | B0 | 33 | 20 |
| Octal | 50 | 172 | 164 | 103 | 0 | 5 | 64 | 260 | 63 | 40 |
| Binary | 101000 | 1111010 | 1110100 | 1000011 | 0 | 101 | 110100 | 10110000 | 110011 | 100000 |
Color Harmonies of #287A74
Complementary color
Monochromatic Colors of #287A74
Black with #287A74
Text Example
Text Example
White with #287A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A74; }
p { color: rgb(40,122,116); }
H1.HeaderClassName
{
color: #287A74;
}
.AnyTagClassName
{
color: #287A74;
}
</style>
background-color css
<style>
a { background-color: #287A74; }
a { background-color: rgb(40,122,116); }
div.DivClassName
{
background-color: #287A74;
}
.BgClassName
{
background-color: #287A74;
}
</style>
border-color css
<style>
span { border-color: #287A74; }
span { border-color: rgb(40,122,116); }
td.TdClassName
{
border-color: #287A74;
}
.TagClassName
{
border-color: #287A74;
}
</style>