Shades of Elm #30857F
Tints of Elm #30857F
RGB
CMYK
RGB Variations
Color information
#30857F (or 0x30857F) is known color: Elm. HEX triplet: 30, 85 and 7F. RGB value is (48,133,127). Sum of RGB (Red+Green+Blue) = 48+133+127=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #30857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30857F is #CF7A80. Grayscale: #6A6A6A. Windows color (decimal): -13597313 or 8357168. OLE color: 8357168.
HSL color Cylindrical-coordinate representation of color #30857F: hue angle of 175.76º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30857F is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 127 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.48 |
| HSL | 175.76º | 0.47% | 0.35% | - |
| HSV(B) | 175.76º | 0.64% | 0.52% | - |
| XYZ | 13.44 | 18.94 | 23.03 | - |
| YUV | 106.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 127 | 0.64 | 0 | 0.05 | 0.48 | 175.76 | 0.47 | 0.35 |
| Hex | 30 | 85 | 7F | 40 | 0 | 5 | 30 | B0 | 2F | 23 |
| Octal | 60 | 205 | 177 | 100 | 0 | 5 | 60 | 260 | 57 | 43 |
| Binary | 110000 | 10000101 | 1111111 | 1000000 | 0 | 101 | 110000 | 10110000 | 101111 | 100011 |
Color Harmonies of #30857F
Complementary color
Monochromatic Colors of #30857F
Black with #30857F
Text Example
Text Example
White with #30857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30857F; }
p { color: rgb(48,133,127); }
H1.HeaderClassName
{
color: #30857F;
}
.AnyTagClassName
{
color: #30857F;
}
</style>
background-color css
<style>
a { background-color: #30857F; }
a { background-color: rgb(48,133,127); }
div.DivClassName
{
background-color: #30857F;
}
.BgClassName
{
background-color: #30857F;
}
</style>
border-color css
<style>
span { border-color: #30857F; }
span { border-color: rgb(48,133,127); }
td.TdClassName
{
border-color: #30857F;
}
.TagClassName
{
border-color: #30857F;
}
</style>