Shades of Elm #308379
Tints of Elm #308379
RGB
CMYK
RGB Variations
Color information
#308379 (or 0x308379) is known color: Elm. HEX triplet: 30, 83 and 79. RGB value is (48,131,121). Sum of RGB (Red+Green+Blue) = 48+131+121=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #308379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308379 is #CF7C86. Grayscale: #696969. Windows color (decimal): -13597831 or 7963440. OLE color: 7963440.
HSL color Cylindrical-coordinate representation of color #308379: hue angle of 172.77º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308379 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 121 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.49 |
| HSL | 172.77º | 0.46% | 0.35% | - |
| HSV(B) | 172.77º | 0.63% | 0.51% | - |
| XYZ | 12.79 | 18.24 | 20.94 | - |
| YUV | 105.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 121 | 0.63 | 0 | 0.08 | 0.49 | 172.77 | 0.46 | 0.35 |
| Hex | 30 | 83 | 79 | 3F | 0 | 8 | 31 | AD | 2E | 23 |
| Octal | 60 | 203 | 171 | 77 | 0 | 10 | 61 | 255 | 56 | 43 |
| Binary | 110000 | 10000011 | 1111001 | 111111 | 0 | 1000 | 110001 | 10101101 | 101110 | 100011 |
Color Harmonies of #308379
Complementary color
Monochromatic Colors of #308379
Black with #308379
Text Example
Text Example
White with #308379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308379; }
p { color: rgb(48,131,121); }
H1.HeaderClassName
{
color: #308379;
}
.AnyTagClassName
{
color: #308379;
}
</style>
background-color css
<style>
a { background-color: #308379; }
a { background-color: rgb(48,131,121); }
div.DivClassName
{
background-color: #308379;
}
.BgClassName
{
background-color: #308379;
}
</style>
border-color css
<style>
span { border-color: #308379; }
span { border-color: rgb(48,131,121); }
td.TdClassName
{
border-color: #308379;
}
.TagClassName
{
border-color: #308379;
}
</style>