Shades of Spectra #30654D
Tints of Spectra #30654D
RGB
CMYK
RGB Variations
Color information
#30654D (or 0x30654D) is known color: Spectra. HEX triplet: 30, 65 and 4D. RGB value is (48,101,77). Sum of RGB (Red+Green+Blue) = 48+101+77=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #30654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30654D is #CF9AB2. Grayscale: #525252. Windows color (decimal): -13605555 or 5072176. OLE color: 5072176.
HSL color Cylindrical-coordinate representation of color #30654D: hue angle of 152.83º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30654D is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 77 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.60 |
| HSL | 152.83º | 0.36% | 0.29% | - |
| HSV(B) | 152.83º | 0.52% | 0.4% | - |
| XYZ | 7.21 | 10.47 | 8.66 | - |
| YUV | 82.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 77 | 0.52 | 0 | 0.24 | 0.60 | 152.83 | 0.36 | 0.29 |
| Hex | 30 | 65 | 4D | 34 | 0 | 18 | 3C | 99 | 24 | 1D |
| Octal | 60 | 145 | 115 | 64 | 0 | 30 | 74 | 231 | 44 | 35 |
| Binary | 110000 | 1100101 | 1001101 | 110100 | 0 | 11000 | 111100 | 10011001 | 100100 | 11101 |
Color Harmonies of #30654D
Complementary color
Monochromatic Colors of #30654D
Black with #30654D
Text Example
Text Example
White with #30654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30654D; }
p { color: rgb(48,101,77); }
H1.HeaderClassName
{
color: #30654D;
}
.AnyTagClassName
{
color: #30654D;
}
</style>
background-color css
<style>
a { background-color: #30654D; }
a { background-color: rgb(48,101,77); }
div.DivClassName
{
background-color: #30654D;
}
.BgClassName
{
background-color: #30654D;
}
</style>
border-color css
<style>
span { border-color: #30654D; }
span { border-color: rgb(48,101,77); }
td.TdClassName
{
border-color: #30654D;
}
.TagClassName
{
border-color: #30654D;
}
</style>