Shades of Elm #307975
Tints of Elm #307975
RGB
CMYK
RGB Variations
Color information
#307975 (or 0x307975) is known color: Elm. HEX triplet: 30, 79 and 75. RGB value is (48,121,117). Sum of RGB (Red+Green+Blue) = 48+121+117=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #307975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307975 is #CF868A. Grayscale: #626262. Windows color (decimal): -13600395 or 7698736. OLE color: 7698736.
HSL color Cylindrical-coordinate representation of color #307975: hue angle of 176.71º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307975 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 117 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.53 |
| HSL | 176.71º | 0.43% | 0.33% | - |
| HSV(B) | 176.71º | 0.6% | 0.47% | - |
| XYZ | 11.27 | 15.59 | 19.24 | - |
| YUV | 98.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 117 | 0.60 | 0 | 0.03 | 0.53 | 176.71 | 0.43 | 0.33 |
| Hex | 30 | 79 | 75 | 3C | 0 | 3 | 35 | B1 | 2B | 21 |
| Octal | 60 | 171 | 165 | 74 | 0 | 3 | 65 | 261 | 53 | 41 |
| Binary | 110000 | 1111001 | 1110101 | 111100 | 0 | 11 | 110101 | 10110001 | 101011 | 100001 |
Color Harmonies of #307975
Complementary color
Monochromatic Colors of #307975
Black with #307975
Text Example
Text Example
White with #307975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307975; }
p { color: rgb(48,121,117); }
H1.HeaderClassName
{
color: #307975;
}
.AnyTagClassName
{
color: #307975;
}
</style>
background-color css
<style>
a { background-color: #307975; }
a { background-color: rgb(48,121,117); }
div.DivClassName
{
background-color: #307975;
}
.BgClassName
{
background-color: #307975;
}
</style>
border-color css
<style>
span { border-color: #307975; }
span { border-color: rgb(48,121,117); }
td.TdClassName
{
border-color: #307975;
}
.TagClassName
{
border-color: #307975;
}
</style>