Shades of Elm #308C7D
Tints of Elm #308C7D
RGB
CMYK
RGB Variations
Color information
#308C7D (or 0x308C7D) is known color: Elm. HEX triplet: 30, 8C and 7D. RGB value is (48,140,125). Sum of RGB (Red+Green+Blue) = 48+140+125=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #308C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C7D is #CF7382. Grayscale: #6E6E6E. Windows color (decimal): -13595523 or 8227888. OLE color: 8227888.
HSL color Cylindrical-coordinate representation of color #308C7D: hue angle of 170.22º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C7D is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 125 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.45 |
| HSL | 170.22º | 0.49% | 0.37% | - |
| HSV(B) | 170.22º | 0.66% | 0.55% | - |
| XYZ | 14.3 | 20.87 | 22.68 | - |
| YUV | 110.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 125 | 0.66 | 0 | 0.11 | 0.45 | 170.22 | 0.49 | 0.37 |
| Hex | 30 | 8C | 7D | 42 | 0 | B | 2D | AA | 31 | 25 |
| Octal | 60 | 214 | 175 | 102 | 0 | 13 | 55 | 252 | 61 | 45 |
| Binary | 110000 | 10001100 | 1111101 | 1000010 | 0 | 1011 | 101101 | 10101010 | 110001 | 100101 |
Color Harmonies of #308C7D
Complementary color
Monochromatic Colors of #308C7D
Black with #308C7D
Text Example
Text Example
White with #308C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C7D; }
p { color: rgb(48,140,125); }
H1.HeaderClassName
{
color: #308C7D;
}
.AnyTagClassName
{
color: #308C7D;
}
</style>
background-color css
<style>
a { background-color: #308C7D; }
a { background-color: rgb(48,140,125); }
div.DivClassName
{
background-color: #308C7D;
}
.BgClassName
{
background-color: #308C7D;
}
</style>
border-color css
<style>
span { border-color: #308C7D; }
span { border-color: rgb(48,140,125); }
td.TdClassName
{
border-color: #308C7D;
}
.TagClassName
{
border-color: #308C7D;
}
</style>