Shades of Elm #308A79
Tints of Elm #308A79
RGB
CMYK
RGB Variations
Color information
#308A79 (or 0x308A79) is known color: Elm. HEX triplet: 30, 8A and 79. RGB value is (48,138,121). Sum of RGB (Red+Green+Blue) = 48+138+121=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #308A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A79 is #CF7586. Grayscale: #6D6D6D. Windows color (decimal): -13596039 or 7965232. OLE color: 7965232.
HSL color Cylindrical-coordinate representation of color #308A79: hue angle of 168.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A79 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 121 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.46 |
| HSL | 168.67º | 0.48% | 0.36% | - |
| HSV(B) | 168.67º | 0.65% | 0.54% | - |
| XYZ | 13.76 | 20.19 | 21.26 | - |
| YUV | 109.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 121 | 0.65 | 0 | 0.12 | 0.46 | 168.67 | 0.48 | 0.36 |
| Hex | 30 | 8A | 79 | 41 | 0 | C | 2E | A9 | 30 | 24 |
| Octal | 60 | 212 | 171 | 101 | 0 | 14 | 56 | 251 | 60 | 44 |
| Binary | 110000 | 10001010 | 1111001 | 1000001 | 0 | 1100 | 101110 | 10101001 | 110000 | 100100 |
Color Harmonies of #308A79
Complementary color
Monochromatic Colors of #308A79
Black with #308A79
Text Example
Text Example
White with #308A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A79; }
p { color: rgb(48,138,121); }
H1.HeaderClassName
{
color: #308A79;
}
.AnyTagClassName
{
color: #308A79;
}
</style>
background-color css
<style>
a { background-color: #308A79; }
a { background-color: rgb(48,138,121); }
div.DivClassName
{
background-color: #308A79;
}
.BgClassName
{
background-color: #308A79;
}
</style>
border-color css
<style>
span { border-color: #308A79; }
span { border-color: rgb(48,138,121); }
td.TdClassName
{
border-color: #308A79;
}
.TagClassName
{
border-color: #308A79;
}
</style>