Shades of Elm #298073
Tints of Elm #298073
RGB
CMYK
RGB Variations
Color information
#298073 (or 0x298073) is known color: Elm. HEX triplet: 29, 80 and 73. RGB value is (41,128,115). Sum of RGB (Red+Green+Blue) = 41+128+115=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #298073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298073 is #D67F8C. Grayscale: #646464. Windows color (decimal): -14057357 or 7569449. OLE color: 7569449.
HSL color Cylindrical-coordinate representation of color #298073: hue angle of 171.03º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298073 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 128 | 115 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.50 |
| HSL | 171.03º | 0.51% | 0.33% | - |
| HSV(B) | 171.03º | 0.68% | 0.5% | - |
| XYZ | 11.73 | 17.15 | 18.91 | - |
| YUV | 100.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 115 | 0.68 | 0 | 0.10 | 0.50 | 171.03 | 0.51 | 0.33 |
| Hex | 29 | 80 | 73 | 44 | 0 | A | 32 | AB | 33 | 21 |
| Octal | 51 | 200 | 163 | 104 | 0 | 12 | 62 | 253 | 63 | 41 |
| Binary | 101001 | 10000000 | 1110011 | 1000100 | 0 | 1010 | 110010 | 10101011 | 110011 | 100001 |
Color Harmonies of #298073
Complementary color
Monochromatic Colors of #298073
Black with #298073
Text Example
Text Example
White with #298073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298073; }
p { color: rgb(41,128,115); }
H1.HeaderClassName
{
color: #298073;
}
.AnyTagClassName
{
color: #298073;
}
</style>
background-color css
<style>
a { background-color: #298073; }
a { background-color: rgb(41,128,115); }
div.DivClassName
{
background-color: #298073;
}
.BgClassName
{
background-color: #298073;
}
</style>
border-color css
<style>
span { border-color: #298073; }
span { border-color: rgb(41,128,115); }
td.TdClassName
{
border-color: #298073;
}
.TagClassName
{
border-color: #298073;
}
</style>