Shades of Elm #30877D
Tints of Elm #30877D
RGB
CMYK
RGB Variations
Color information
#30877D (or 0x30877D) is known color: Elm. HEX triplet: 30, 87 and 7D. RGB value is (48,135,125). Sum of RGB (Red+Green+Blue) = 48+135+125=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #30877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30877D is #CF7882. Grayscale: #6B6B6B. Windows color (decimal): -13596803 or 8226608. OLE color: 8226608.
HSL color Cylindrical-coordinate representation of color #30877D: hue angle of 173.1º 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 #30877D is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 125 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.47 |
| HSL | 173.1º | 0.48% | 0.36% | - |
| HSV(B) | 173.1º | 0.64% | 0.53% | - |
| XYZ | 13.58 | 19.44 | 22.44 | - |
| YUV | 107.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 125 | 0.64 | 0 | 0.07 | 0.47 | 173.1 | 0.48 | 0.36 |
| Hex | 30 | 87 | 7D | 40 | 0 | 7 | 2F | AD | 30 | 24 |
| Octal | 60 | 207 | 175 | 100 | 0 | 7 | 57 | 255 | 60 | 44 |
| Binary | 110000 | 10000111 | 1111101 | 1000000 | 0 | 111 | 101111 | 10101101 | 110000 | 100100 |
Color Harmonies of #30877D
Complementary color
Monochromatic Colors of #30877D
Black with #30877D
Text Example
Text Example
White with #30877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30877D; }
p { color: rgb(48,135,125); }
H1.HeaderClassName
{
color: #30877D;
}
.AnyTagClassName
{
color: #30877D;
}
</style>
background-color css
<style>
a { background-color: #30877D; }
a { background-color: rgb(48,135,125); }
div.DivClassName
{
background-color: #30877D;
}
.BgClassName
{
background-color: #30877D;
}
</style>
border-color css
<style>
span { border-color: #30877D; }
span { border-color: rgb(48,135,125); }
td.TdClassName
{
border-color: #30877D;
}
.TagClassName
{
border-color: #30877D;
}
</style>