Shades of Elm #307F78
Tints of Elm #307F78
RGB
CMYK
RGB Variations
Color information
#307F78 (or 0x307F78) is known color: Elm. HEX triplet: 30, 7F and 78. RGB value is (48,127,120). Sum of RGB (Red+Green+Blue) = 48+127+120=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #307F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F78 is #CF8087. Grayscale: #666666. Windows color (decimal): -13598856 or 7896880. OLE color: 7896880.
HSL color Cylindrical-coordinate representation of color #307F78: hue angle of 174.68º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F78 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 120 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.50 |
| HSL | 174.68º | 0.45% | 0.34% | - |
| HSV(B) | 174.68º | 0.62% | 0.5% | - |
| XYZ | 12.2 | 17.16 | 20.44 | - |
| YUV | 102.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 120 | 0.62 | 0 | 0.06 | 0.50 | 174.68 | 0.45 | 0.34 |
| Hex | 30 | 7F | 78 | 3E | 0 | 6 | 32 | AF | 2D | 22 |
| Octal | 60 | 177 | 170 | 76 | 0 | 6 | 62 | 257 | 55 | 42 |
| Binary | 110000 | 1111111 | 1111000 | 111110 | 0 | 110 | 110010 | 10101111 | 101101 | 100010 |
Color Harmonies of #307F78
Complementary color
Monochromatic Colors of #307F78
Black with #307F78
Text Example
Text Example
White with #307F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F78; }
p { color: rgb(48,127,120); }
H1.HeaderClassName
{
color: #307F78;
}
.AnyTagClassName
{
color: #307F78;
}
</style>
background-color css
<style>
a { background-color: #307F78; }
a { background-color: rgb(48,127,120); }
div.DivClassName
{
background-color: #307F78;
}
.BgClassName
{
background-color: #307F78;
}
</style>
border-color css
<style>
span { border-color: #307F78; }
span { border-color: rgb(48,127,120); }
td.TdClassName
{
border-color: #307F78;
}
.TagClassName
{
border-color: #307F78;
}
</style>