Shades of Elm #307F75
Tints of Elm #307F75
RGB
CMYK
RGB Variations
Color information
#307F75 (or 0x307F75) is known color: Elm. HEX triplet: 30, 7F and 75. RGB value is (48,127,117). Sum of RGB (Red+Green+Blue) = 48+127+117=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #307F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F75 is #CF808A. Grayscale: #666666. Windows color (decimal): -13598859 or 7700272. OLE color: 7700272.
HSL color Cylindrical-coordinate representation of color #307F75: hue angle of 172.41º 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 #307F75 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 117 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.50 |
| HSL | 172.41º | 0.45% | 0.34% | - |
| HSV(B) | 172.41º | 0.62% | 0.5% | - |
| XYZ | 12.02 | 17.09 | 19.5 | - |
| YUV | 102.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 117 | 0.62 | 0 | 0.08 | 0.50 | 172.41 | 0.45 | 0.34 |
| Hex | 30 | 7F | 75 | 3E | 0 | 8 | 32 | AC | 2D | 22 |
| Octal | 60 | 177 | 165 | 76 | 0 | 10 | 62 | 254 | 55 | 42 |
| Binary | 110000 | 1111111 | 1110101 | 111110 | 0 | 1000 | 110010 | 10101100 | 101101 | 100010 |
Color Harmonies of #307F75
Complementary color
Monochromatic Colors of #307F75
Black with #307F75
Text Example
Text Example
White with #307F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F75; }
p { color: rgb(48,127,117); }
H1.HeaderClassName
{
color: #307F75;
}
.AnyTagClassName
{
color: #307F75;
}
</style>
background-color css
<style>
a { background-color: #307F75; }
a { background-color: rgb(48,127,117); }
div.DivClassName
{
background-color: #307F75;
}
.BgClassName
{
background-color: #307F75;
}
</style>
border-color css
<style>
span { border-color: #307F75; }
span { border-color: rgb(48,127,117); }
td.TdClassName
{
border-color: #307F75;
}
.TagClassName
{
border-color: #307F75;
}
</style>