Shades of Spectra #30614E
Tints of Spectra #30614E
RGB
CMYK
RGB Variations
Color information
#30614E (or 0x30614E) is known color: Spectra. HEX triplet: 30, 61 and 4E. RGB value is (48,97,78). Sum of RGB (Red+Green+Blue) = 48+97+78=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #30614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30614E is #CF9EB1. Grayscale: #505050. Windows color (decimal): -13606578 or 5136688. OLE color: 5136688.
HSL color Cylindrical-coordinate representation of color #30614E: hue angle of 156.73º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30614E is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 78 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.62 |
| HSL | 156.73º | 0.34% | 0.28% | - |
| HSV(B) | 156.73º | 0.51% | 0.38% | - |
| XYZ | 6.87 | 9.73 | 8.72 | - |
| YUV | 80.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 78 | 0.51 | 0 | 0.20 | 0.62 | 156.73 | 0.34 | 0.28 |
| Hex | 30 | 61 | 4E | 33 | 0 | 14 | 3E | 9D | 22 | 1C |
| Octal | 60 | 141 | 116 | 63 | 0 | 24 | 76 | 235 | 42 | 34 |
| Binary | 110000 | 1100001 | 1001110 | 110011 | 0 | 10100 | 111110 | 10011101 | 100010 | 11100 |
Color Harmonies of #30614E
Complementary color
Monochromatic Colors of #30614E
Black with #30614E
Text Example
Text Example
White with #30614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30614E; }
p { color: rgb(48,97,78); }
H1.HeaderClassName
{
color: #30614E;
}
.AnyTagClassName
{
color: #30614E;
}
</style>
background-color css
<style>
a { background-color: #30614E; }
a { background-color: rgb(48,97,78); }
div.DivClassName
{
background-color: #30614E;
}
.BgClassName
{
background-color: #30614E;
}
</style>
border-color css
<style>
span { border-color: #30614E; }
span { border-color: rgb(48,97,78); }
td.TdClassName
{
border-color: #30614E;
}
.TagClassName
{
border-color: #30614E;
}
</style>