Shades of Elm #30897A
Tints of Elm #30897A
RGB
CMYK
RGB Variations
Color information
#30897A (or 0x30897A) is known color: Elm. HEX triplet: 30, 89 and 7A. RGB value is (48,137,122). Sum of RGB (Red+Green+Blue) = 48+137+122=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #30897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30897A is #CF7685. Grayscale: #6C6C6C. Windows color (decimal): -13596294 or 8030512. OLE color: 8030512.
HSL color Cylindrical-coordinate representation of color #30897A: hue angle of 169.89º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30897A is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 122 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.46 |
| HSL | 169.89º | 0.48% | 0.36% | - |
| HSV(B) | 169.89º | 0.65% | 0.54% | - |
| XYZ | 13.68 | 19.92 | 21.54 | - |
| YUV | 108.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 122 | 0.65 | 0 | 0.11 | 0.46 | 169.89 | 0.48 | 0.36 |
| Hex | 30 | 89 | 7A | 41 | 0 | B | 2E | AA | 30 | 24 |
| Octal | 60 | 211 | 172 | 101 | 0 | 13 | 56 | 252 | 60 | 44 |
| Binary | 110000 | 10001001 | 1111010 | 1000001 | 0 | 1011 | 101110 | 10101010 | 110000 | 100100 |
Color Harmonies of #30897A
Complementary color
Monochromatic Colors of #30897A
Black with #30897A
Text Example
Text Example
White with #30897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30897A; }
p { color: rgb(48,137,122); }
H1.HeaderClassName
{
color: #30897A;
}
.AnyTagClassName
{
color: #30897A;
}
</style>
background-color css
<style>
a { background-color: #30897A; }
a { background-color: rgb(48,137,122); }
div.DivClassName
{
background-color: #30897A;
}
.BgClassName
{
background-color: #30897A;
}
</style>
border-color css
<style>
span { border-color: #30897A; }
span { border-color: rgb(48,137,122); }
td.TdClassName
{
border-color: #30897A;
}
.TagClassName
{
border-color: #30897A;
}
</style>