Shades of Elm #30857A
Tints of Elm #30857A
RGB
CMYK
RGB Variations
Color information
#30857A (or 0x30857A) is known color: Elm. HEX triplet: 30, 85 and 7A. RGB value is (48,133,122). Sum of RGB (Red+Green+Blue) = 48+133+122=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #30857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30857A is #CF7A85. Grayscale: #6A6A6A. Windows color (decimal): -13597318 or 8029488. OLE color: 8029488.
HSL color Cylindrical-coordinate representation of color #30857A: hue angle of 172.24º 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 #30857A is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 122 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.48 |
| HSL | 172.24º | 0.47% | 0.35% | - |
| HSV(B) | 172.24º | 0.64% | 0.52% | - |
| XYZ | 13.12 | 18.81 | 21.35 | - |
| YUV | 106.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 122 | 0.64 | 0 | 0.08 | 0.48 | 172.24 | 0.47 | 0.35 |
| Hex | 30 | 85 | 7A | 40 | 0 | 8 | 30 | AC | 2F | 23 |
| Octal | 60 | 205 | 172 | 100 | 0 | 10 | 60 | 254 | 57 | 43 |
| Binary | 110000 | 10000101 | 1111010 | 1000000 | 0 | 1000 | 110000 | 10101100 | 101111 | 100011 |
Color Harmonies of #30857A
Complementary color
Monochromatic Colors of #30857A
Black with #30857A
Text Example
Text Example
White with #30857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30857A; }
p { color: rgb(48,133,122); }
H1.HeaderClassName
{
color: #30857A;
}
.AnyTagClassName
{
color: #30857A;
}
</style>
background-color css
<style>
a { background-color: #30857A; }
a { background-color: rgb(48,133,122); }
div.DivClassName
{
background-color: #30857A;
}
.BgClassName
{
background-color: #30857A;
}
</style>
border-color css
<style>
span { border-color: #30857A; }
span { border-color: rgb(48,133,122); }
td.TdClassName
{
border-color: #30857A;
}
.TagClassName
{
border-color: #30857A;
}
</style>