Shades of Elm #298676
Tints of Elm #298676
RGB
CMYK
RGB Variations
Color information
#298676 (or 0x298676) is known color: Elm. HEX triplet: 29, 86 and 76. RGB value is (41,134,118). Sum of RGB (Red+Green+Blue) = 41+134+118=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #298676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298676 is #D67989. Grayscale: #686868. Windows color (decimal): -14055818 or 7767593. OLE color: 7767593.
HSL color Cylindrical-coordinate representation of color #298676: hue angle of 169.68º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298676 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 134 | 118 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.47 |
| HSL | 169.68º | 0.53% | 0.34% | - |
| HSV(B) | 169.68º | 0.69% | 0.53% | - |
| XYZ | 12.71 | 18.83 | 20.1 | - |
| YUV | 104.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 118 | 0.69 | 0 | 0.12 | 0.47 | 169.68 | 0.53 | 0.34 |
| Hex | 29 | 86 | 76 | 45 | 0 | C | 2F | AA | 35 | 22 |
| Octal | 51 | 206 | 166 | 105 | 0 | 14 | 57 | 252 | 65 | 42 |
| Binary | 101001 | 10000110 | 1110110 | 1000101 | 0 | 1100 | 101111 | 10101010 | 110101 | 100010 |
Color Harmonies of #298676
Complementary color
Monochromatic Colors of #298676
Black with #298676
Text Example
Text Example
White with #298676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298676; }
p { color: rgb(41,134,118); }
H1.HeaderClassName
{
color: #298676;
}
.AnyTagClassName
{
color: #298676;
}
</style>
background-color css
<style>
a { background-color: #298676; }
a { background-color: rgb(41,134,118); }
div.DivClassName
{
background-color: #298676;
}
.BgClassName
{
background-color: #298676;
}
</style>
border-color css
<style>
span { border-color: #298676; }
span { border-color: rgb(41,134,118); }
td.TdClassName
{
border-color: #298676;
}
.TagClassName
{
border-color: #298676;
}
</style>