Shades of Elm #308781
Tints of Elm #308781
RGB
CMYK
RGB Variations
Color information
#308781 (or 0x308781) is known color: Elm. HEX triplet: 30, 87 and 81. RGB value is (48,135,129). Sum of RGB (Red+Green+Blue) = 48+135+129=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #308781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308781 is #CF787E. Grayscale: #6C6C6C. Windows color (decimal): -13596799 or 8488752. OLE color: 8488752.
HSL color Cylindrical-coordinate representation of color #308781: hue angle of 175.86º 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 #308781 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 129 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.47 |
| HSL | 175.86º | 0.48% | 0.36% | - |
| HSV(B) | 175.86º | 0.64% | 0.53% | - |
| XYZ | 13.85 | 19.54 | 23.81 | - |
| YUV | 108.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 129 | 0.64 | 0 | 0.04 | 0.47 | 175.86 | 0.48 | 0.36 |
| Hex | 30 | 87 | 81 | 40 | 0 | 4 | 2F | B0 | 30 | 24 |
| Octal | 60 | 207 | 201 | 100 | 0 | 4 | 57 | 260 | 60 | 44 |
| Binary | 110000 | 10000111 | 10000001 | 1000000 | 0 | 100 | 101111 | 10110000 | 110000 | 100100 |
Color Harmonies of #308781
Complementary color
Monochromatic Colors of #308781
Black with #308781
Text Example
Text Example
White with #308781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308781; }
p { color: rgb(48,135,129); }
H1.HeaderClassName
{
color: #308781;
}
.AnyTagClassName
{
color: #308781;
}
</style>
background-color css
<style>
a { background-color: #308781; }
a { background-color: rgb(48,135,129); }
div.DivClassName
{
background-color: #308781;
}
.BgClassName
{
background-color: #308781;
}
</style>
border-color css
<style>
span { border-color: #308781; }
span { border-color: rgb(48,135,129); }
td.TdClassName
{
border-color: #308781;
}
.TagClassName
{
border-color: #308781;
}
</style>