Shades of Elm #28837A
Tints of Elm #28837A
RGB
CMYK
RGB Variations
Color information
#28837A (or 0x28837A) is known color: Elm. HEX triplet: 28, 83 and 7A. RGB value is (40,131,122). Sum of RGB (Red+Green+Blue) = 40+131+122=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #28837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28837A is #D77C85. Grayscale: #666666. Windows color (decimal): -14122118 or 8028968. OLE color: 8028968.
HSL color Cylindrical-coordinate representation of color #28837A: hue angle of 174.07º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28837A is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 122 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.49 |
| HSL | 174.07º | 0.53% | 0.34% | - |
| HSV(B) | 174.07º | 0.69% | 0.51% | - |
| XYZ | 12.5 | 18.09 | 21.24 | - |
| YUV | 102.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 122 | 0.69 | 0 | 0.07 | 0.49 | 174.07 | 0.53 | 0.34 |
| Hex | 28 | 83 | 7A | 45 | 0 | 7 | 31 | AE | 35 | 22 |
| Octal | 50 | 203 | 172 | 105 | 0 | 7 | 61 | 256 | 65 | 42 |
| Binary | 101000 | 10000011 | 1111010 | 1000101 | 0 | 111 | 110001 | 10101110 | 110101 | 100010 |
Color Harmonies of #28837A
Complementary color
Monochromatic Colors of #28837A
Black with #28837A
Text Example
Text Example
White with #28837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28837A; }
p { color: rgb(40,131,122); }
H1.HeaderClassName
{
color: #28837A;
}
.AnyTagClassName
{
color: #28837A;
}
</style>
background-color css
<style>
a { background-color: #28837A; }
a { background-color: rgb(40,131,122); }
div.DivClassName
{
background-color: #28837A;
}
.BgClassName
{
background-color: #28837A;
}
</style>
border-color css
<style>
span { border-color: #28837A; }
span { border-color: rgb(40,131,122); }
td.TdClassName
{
border-color: #28837A;
}
.TagClassName
{
border-color: #28837A;
}
</style>