Shades of Elm #30827C
Tints of Elm #30827C
RGB
CMYK
RGB Variations
Color information
#30827C (or 0x30827C) is known color: Elm. HEX triplet: 30, 82 and 7C. RGB value is (48,130,124). Sum of RGB (Red+Green+Blue) = 48+130+124=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #30827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30827C is #CF7D83. Grayscale: #686868. Windows color (decimal): -13598084 or 8159792. OLE color: 8159792.
HSL color Cylindrical-coordinate representation of color #30827C: hue angle of 175.61º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30827C is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 124 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.49 |
| HSL | 175.61º | 0.46% | 0.35% | - |
| HSV(B) | 175.61º | 0.63% | 0.51% | - |
| XYZ | 12.84 | 18.05 | 21.88 | - |
| YUV | 104.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 124 | 0.63 | 0 | 0.05 | 0.49 | 175.61 | 0.46 | 0.35 |
| Hex | 30 | 82 | 7C | 3F | 0 | 5 | 31 | B0 | 2E | 23 |
| Octal | 60 | 202 | 174 | 77 | 0 | 5 | 61 | 260 | 56 | 43 |
| Binary | 110000 | 10000010 | 1111100 | 111111 | 0 | 101 | 110001 | 10110000 | 101110 | 100011 |
Color Harmonies of #30827C
Complementary color
Monochromatic Colors of #30827C
Black with #30827C
Text Example
Text Example
White with #30827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30827C; }
p { color: rgb(48,130,124); }
H1.HeaderClassName
{
color: #30827C;
}
.AnyTagClassName
{
color: #30827C;
}
</style>
background-color css
<style>
a { background-color: #30827C; }
a { background-color: rgb(48,130,124); }
div.DivClassName
{
background-color: #30827C;
}
.BgClassName
{
background-color: #30827C;
}
</style>
border-color css
<style>
span { border-color: #30827C; }
span { border-color: rgb(48,130,124); }
td.TdClassName
{
border-color: #30827C;
}
.TagClassName
{
border-color: #30827C;
}
</style>