Shades of Elm #30877C
Tints of Elm #30877C
RGB
CMYK
RGB Variations
Color information
#30877C (or 0x30877C) is known color: Elm. HEX triplet: 30, 87 and 7C. RGB value is (48,135,124). Sum of RGB (Red+Green+Blue) = 48+135+124=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #30877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30877C is #CF7883. Grayscale: #6B6B6B. Windows color (decimal): -13596804 or 8161072. OLE color: 8161072.
HSL color Cylindrical-coordinate representation of color #30877C: hue angle of 172.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30877C is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 124 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.47 |
| HSL | 172.41º | 0.48% | 0.36% | - |
| HSV(B) | 172.41º | 0.64% | 0.53% | - |
| XYZ | 13.52 | 19.41 | 22.1 | - |
| YUV | 107.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 124 | 0.64 | 0 | 0.08 | 0.47 | 172.41 | 0.48 | 0.36 |
| Hex | 30 | 87 | 7C | 40 | 0 | 8 | 2F | AC | 30 | 24 |
| Octal | 60 | 207 | 174 | 100 | 0 | 10 | 57 | 254 | 60 | 44 |
| Binary | 110000 | 10000111 | 1111100 | 1000000 | 0 | 1000 | 101111 | 10101100 | 110000 | 100100 |
Color Harmonies of #30877C
Complementary color
Monochromatic Colors of #30877C
Black with #30877C
Text Example
Text Example
White with #30877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30877C; }
p { color: rgb(48,135,124); }
H1.HeaderClassName
{
color: #30877C;
}
.AnyTagClassName
{
color: #30877C;
}
</style>
background-color css
<style>
a { background-color: #30877C; }
a { background-color: rgb(48,135,124); }
div.DivClassName
{
background-color: #30877C;
}
.BgClassName
{
background-color: #30877C;
}
</style>
border-color css
<style>
span { border-color: #30877C; }
span { border-color: rgb(48,135,124); }
td.TdClassName
{
border-color: #30877C;
}
.TagClassName
{
border-color: #30877C;
}
</style>