Shades of Elm #30887C
Tints of Elm #30887C
RGB
CMYK
RGB Variations
Color information
#30887C (or 0x30887C) is known color: Elm. HEX triplet: 30, 88 and 7C. RGB value is (48,136,124). Sum of RGB (Red+Green+Blue) = 48+136+124=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #30887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30887C is #CF7783. Grayscale: #6C6C6C. Windows color (decimal): -13596548 or 8161328. OLE color: 8161328.
HSL color Cylindrical-coordinate representation of color #30887C: hue angle of 171.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30887C is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 124 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.47 |
| HSL | 171.82º | 0.48% | 0.36% | - |
| HSV(B) | 171.82º | 0.65% | 0.53% | - |
| XYZ | 13.66 | 19.69 | 22.15 | - |
| YUV | 108.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 124 | 0.65 | 0 | 0.09 | 0.47 | 171.82 | 0.48 | 0.36 |
| Hex | 30 | 88 | 7C | 41 | 0 | 9 | 2F | AC | 30 | 24 |
| Octal | 60 | 210 | 174 | 101 | 0 | 11 | 57 | 254 | 60 | 44 |
| Binary | 110000 | 10001000 | 1111100 | 1000001 | 0 | 1001 | 101111 | 10101100 | 110000 | 100100 |
Color Harmonies of #30887C
Complementary color
Monochromatic Colors of #30887C
Black with #30887C
Text Example
Text Example
White with #30887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30887C; }
p { color: rgb(48,136,124); }
H1.HeaderClassName
{
color: #30887C;
}
.AnyTagClassName
{
color: #30887C;
}
</style>
background-color css
<style>
a { background-color: #30887C; }
a { background-color: rgb(48,136,124); }
div.DivClassName
{
background-color: #30887C;
}
.BgClassName
{
background-color: #30887C;
}
</style>
border-color css
<style>
span { border-color: #30887C; }
span { border-color: rgb(48,136,124); }
td.TdClassName
{
border-color: #30887C;
}
.TagClassName
{
border-color: #30887C;
}
</style>