Shades of Spectra #30624D
Tints of Spectra #30624D
RGB
CMYK
RGB Variations
Color information
#30624D (or 0x30624D) is known color: Spectra. HEX triplet: 30, 62 and 4D. RGB value is (48,98,77). Sum of RGB (Red+Green+Blue) = 48+98+77=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #30624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30624D is #CF9DB2. Grayscale: #505050. Windows color (decimal): -13606323 or 5071408. OLE color: 5071408.
HSL color Cylindrical-coordinate representation of color #30624D: hue angle of 154.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30624D is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 98 | 77 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.62 |
| HSL | 154.8º | 0.34% | 0.29% | - |
| HSV(B) | 154.8º | 0.51% | 0.38% | - |
| XYZ | 6.93 | 9.9 | 8.57 | - |
| YUV | 80.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 77 | 0.51 | 0 | 0.21 | 0.62 | 154.8 | 0.34 | 0.29 |
| Hex | 30 | 62 | 4D | 33 | 0 | 15 | 3E | 9B | 22 | 1D |
| Octal | 60 | 142 | 115 | 63 | 0 | 25 | 76 | 233 | 42 | 35 |
| Binary | 110000 | 1100010 | 1001101 | 110011 | 0 | 10101 | 111110 | 10011011 | 100010 | 11101 |
Color Harmonies of #30624D
Complementary color
Monochromatic Colors of #30624D
Black with #30624D
Text Example
Text Example
White with #30624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30624D; }
p { color: rgb(48,98,77); }
H1.HeaderClassName
{
color: #30624D;
}
.AnyTagClassName
{
color: #30624D;
}
</style>
background-color css
<style>
a { background-color: #30624D; }
a { background-color: rgb(48,98,77); }
div.DivClassName
{
background-color: #30624D;
}
.BgClassName
{
background-color: #30624D;
}
</style>
border-color css
<style>
span { border-color: #30624D; }
span { border-color: rgb(48,98,77); }
td.TdClassName
{
border-color: #30624D;
}
.TagClassName
{
border-color: #30624D;
}
</style>