Shades of Elm #308881
Tints of Elm #308881
RGB
CMYK
RGB Variations
Color information
#308881 (or 0x308881) is known color: Elm. HEX triplet: 30, 88 and 81. RGB value is (48,136,129). Sum of RGB (Red+Green+Blue) = 48+136+129=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #308881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308881 is #CF777E. Grayscale: #6C6C6C. Windows color (decimal): -13596543 or 8489008. OLE color: 8489008.
HSL color Cylindrical-coordinate representation of color #308881: hue angle of 175.23º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308881 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 129 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.47 |
| HSL | 175.23º | 0.48% | 0.36% | - |
| HSV(B) | 175.23º | 0.65% | 0.53% | - |
| XYZ | 13.99 | 19.82 | 23.86 | - |
| YUV | 108.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 129 | 0.65 | 0 | 0.05 | 0.47 | 175.23 | 0.48 | 0.36 |
| Hex | 30 | 88 | 81 | 41 | 0 | 5 | 2F | AF | 30 | 24 |
| Octal | 60 | 210 | 201 | 101 | 0 | 5 | 57 | 257 | 60 | 44 |
| Binary | 110000 | 10001000 | 10000001 | 1000001 | 0 | 101 | 101111 | 10101111 | 110000 | 100100 |
Color Harmonies of #308881
Complementary color
Monochromatic Colors of #308881
Black with #308881
Text Example
Text Example
White with #308881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308881; }
p { color: rgb(48,136,129); }
H1.HeaderClassName
{
color: #308881;
}
.AnyTagClassName
{
color: #308881;
}
</style>
background-color css
<style>
a { background-color: #308881; }
a { background-color: rgb(48,136,129); }
div.DivClassName
{
background-color: #308881;
}
.BgClassName
{
background-color: #308881;
}
</style>
border-color css
<style>
span { border-color: #308881; }
span { border-color: rgb(48,136,129); }
td.TdClassName
{
border-color: #308881;
}
.TagClassName
{
border-color: #308881;
}
</style>