Shades of Elm #308978
Tints of Elm #308978
RGB
CMYK
RGB Variations
Color information
#308978 (or 0x308978) is known color: Elm. HEX triplet: 30, 89 and 78. RGB value is (48,137,120). Sum of RGB (Red+Green+Blue) = 48+137+120=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #308978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308978 is #CF7687. Grayscale: #6C6C6C. Windows color (decimal): -13596296 or 7899440. OLE color: 7899440.
HSL color Cylindrical-coordinate representation of color #308978: hue angle of 168.54º 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 #308978 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 120 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.46 |
| HSL | 168.54º | 0.48% | 0.36% | - |
| HSV(B) | 168.54º | 0.65% | 0.54% | - |
| XYZ | 13.55 | 19.88 | 20.89 | - |
| YUV | 108.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 120 | 0.65 | 0 | 0.12 | 0.46 | 168.54 | 0.48 | 0.36 |
| Hex | 30 | 89 | 78 | 41 | 0 | C | 2E | A9 | 30 | 24 |
| Octal | 60 | 211 | 170 | 101 | 0 | 14 | 56 | 251 | 60 | 44 |
| Binary | 110000 | 10001001 | 1111000 | 1000001 | 0 | 1100 | 101110 | 10101001 | 110000 | 100100 |
Color Harmonies of #308978
Complementary color
Monochromatic Colors of #308978
Black with #308978
Text Example
Text Example
White with #308978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308978; }
p { color: rgb(48,137,120); }
H1.HeaderClassName
{
color: #308978;
}
.AnyTagClassName
{
color: #308978;
}
</style>
background-color css
<style>
a { background-color: #308978; }
a { background-color: rgb(48,137,120); }
div.DivClassName
{
background-color: #308978;
}
.BgClassName
{
background-color: #308978;
}
</style>
border-color css
<style>
span { border-color: #308978; }
span { border-color: rgb(48,137,120); }
td.TdClassName
{
border-color: #308978;
}
.TagClassName
{
border-color: #308978;
}
</style>