Shades of Elm #30867B
Tints of Elm #30867B
RGB
CMYK
RGB Variations
Color information
#30867B (or 0x30867B) is known color: Elm. HEX triplet: 30, 86 and 7B. RGB value is (48,134,123). Sum of RGB (Red+Green+Blue) = 48+134+123=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #30867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30867B is #CF7984. Grayscale: #6A6A6A. Windows color (decimal): -13597061 or 8095280. OLE color: 8095280.
HSL color Cylindrical-coordinate representation of color #30867B: hue angle of 172.33º degrees, saturation: 0.47, 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 #30867B is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 123 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.47 |
| HSL | 172.33º | 0.47% | 0.36% | - |
| HSV(B) | 172.33º | 0.64% | 0.53% | - |
| XYZ | 13.32 | 19.11 | 21.73 | - |
| YUV | 107.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 123 | 0.64 | 0 | 0.08 | 0.47 | 172.33 | 0.47 | 0.36 |
| Hex | 30 | 86 | 7B | 40 | 0 | 8 | 2F | AC | 2F | 24 |
| Octal | 60 | 206 | 173 | 100 | 0 | 10 | 57 | 254 | 57 | 44 |
| Binary | 110000 | 10000110 | 1111011 | 1000000 | 0 | 1000 | 101111 | 10101100 | 101111 | 100100 |
Color Harmonies of #30867B
Complementary color
Monochromatic Colors of #30867B
Black with #30867B
Text Example
Text Example
White with #30867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30867B; }
p { color: rgb(48,134,123); }
H1.HeaderClassName
{
color: #30867B;
}
.AnyTagClassName
{
color: #30867B;
}
</style>
background-color css
<style>
a { background-color: #30867B; }
a { background-color: rgb(48,134,123); }
div.DivClassName
{
background-color: #30867B;
}
.BgClassName
{
background-color: #30867B;
}
</style>
border-color css
<style>
span { border-color: #30867B; }
span { border-color: rgb(48,134,123); }
td.TdClassName
{
border-color: #30867B;
}
.TagClassName
{
border-color: #30867B;
}
</style>