Shades of Elm #307A76
Tints of Elm #307A76
RGB
CMYK
RGB Variations
Color information
#307A76 (or 0x307A76) is known color: Elm. HEX triplet: 30, 7A and 76. RGB value is (48,122,118). Sum of RGB (Red+Green+Blue) = 48+122+118=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #307A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A76 is #CF8589. Grayscale: #636363. Windows color (decimal): -13600138 or 7764528. OLE color: 7764528.
HSL color Cylindrical-coordinate representation of color #307A76: hue angle of 176.76º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A76 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 118 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.52 |
| HSL | 176.76º | 0.44% | 0.33% | - |
| HSV(B) | 176.76º | 0.61% | 0.48% | - |
| XYZ | 11.45 | 15.86 | 19.6 | - |
| YUV | 99.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 118 | 0.61 | 0 | 0.03 | 0.52 | 176.76 | 0.44 | 0.33 |
| Hex | 30 | 7A | 76 | 3D | 0 | 3 | 34 | B1 | 2C | 21 |
| Octal | 60 | 172 | 166 | 75 | 0 | 3 | 64 | 261 | 54 | 41 |
| Binary | 110000 | 1111010 | 1110110 | 111101 | 0 | 11 | 110100 | 10110001 | 101100 | 100001 |
Color Harmonies of #307A76
Complementary color
Monochromatic Colors of #307A76
Black with #307A76
Text Example
Text Example
White with #307A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A76; }
p { color: rgb(48,122,118); }
H1.HeaderClassName
{
color: #307A76;
}
.AnyTagClassName
{
color: #307A76;
}
</style>
background-color css
<style>
a { background-color: #307A76; }
a { background-color: rgb(48,122,118); }
div.DivClassName
{
background-color: #307A76;
}
.BgClassName
{
background-color: #307A76;
}
</style>
border-color css
<style>
span { border-color: #307A76; }
span { border-color: rgb(48,122,118); }
td.TdClassName
{
border-color: #307A76;
}
.TagClassName
{
border-color: #307A76;
}
</style>