Shades of Elm #308678
Tints of Elm #308678
RGB
CMYK
RGB Variations
Color information
#308678 (or 0x308678) is known color: Elm. HEX triplet: 30, 86 and 78. RGB value is (48,134,120). Sum of RGB (Red+Green+Blue) = 48+134+120=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #308678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308678 is #CF7987. Grayscale: #6A6A6A. Windows color (decimal): -13597064 or 7898672. OLE color: 7898672.
HSL color Cylindrical-coordinate representation of color #308678: hue angle of 170.23º 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 #308678 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 120 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.47 |
| HSL | 170.23º | 0.47% | 0.36% | - |
| HSV(B) | 170.23º | 0.64% | 0.53% | - |
| XYZ | 13.13 | 19.03 | 20.75 | - |
| YUV | 106.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 120 | 0.64 | 0 | 0.10 | 0.47 | 170.23 | 0.47 | 0.36 |
| Hex | 30 | 86 | 78 | 40 | 0 | A | 2F | AA | 2F | 24 |
| Octal | 60 | 206 | 170 | 100 | 0 | 12 | 57 | 252 | 57 | 44 |
| Binary | 110000 | 10000110 | 1111000 | 1000000 | 0 | 1010 | 101111 | 10101010 | 101111 | 100100 |
Color Harmonies of #308678
Complementary color
Monochromatic Colors of #308678
Black with #308678
Text Example
Text Example
White with #308678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308678; }
p { color: rgb(48,134,120); }
H1.HeaderClassName
{
color: #308678;
}
.AnyTagClassName
{
color: #308678;
}
</style>
background-color css
<style>
a { background-color: #308678; }
a { background-color: rgb(48,134,120); }
div.DivClassName
{
background-color: #308678;
}
.BgClassName
{
background-color: #308678;
}
</style>
border-color css
<style>
span { border-color: #308678; }
span { border-color: rgb(48,134,120); }
td.TdClassName
{
border-color: #308678;
}
.TagClassName
{
border-color: #308678;
}
</style>