Shades of Spectra #30574A
Tints of Spectra #30574A
RGB
CMYK
RGB Variations
Color information
#30574A (or 0x30574A) is known color: Spectra. HEX triplet: 30, 57 and 4A. RGB value is (48,87,74). Sum of RGB (Red+Green+Blue) = 48+87+74=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #30574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30574A is #CFA8B5. Grayscale: #494949. Windows color (decimal): -13609142 or 4871984. OLE color: 4871984.
HSL color Cylindrical-coordinate representation of color #30574A: hue angle of 160º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30574A is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 87 | 74 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.66 |
| HSL | 160º | 0.29% | 0.26% | - |
| HSV(B) | 160º | 0.45% | 0.34% | - |
| XYZ | 5.86 | 7.94 | 7.7 | - |
| YUV | 73.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 74 | 0.45 | 0 | 0.15 | 0.66 | 160 | 0.29 | 0.26 |
| Hex | 30 | 57 | 4A | 2D | 0 | F | 42 | A0 | 1D | 1A |
| Octal | 60 | 127 | 112 | 55 | 0 | 17 | 102 | 240 | 35 | 32 |
| Binary | 110000 | 1010111 | 1001010 | 101101 | 0 | 1111 | 1000010 | 10100000 | 11101 | 11010 |
Color Harmonies of #30574A
Complementary color
Monochromatic Colors of #30574A
Black with #30574A
Text Example
Text Example
White with #30574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30574A; }
p { color: rgb(48,87,74); }
H1.HeaderClassName
{
color: #30574A;
}
.AnyTagClassName
{
color: #30574A;
}
</style>
background-color css
<style>
a { background-color: #30574A; }
a { background-color: rgb(48,87,74); }
div.DivClassName
{
background-color: #30574A;
}
.BgClassName
{
background-color: #30574A;
}
</style>
border-color css
<style>
span { border-color: #30574A; }
span { border-color: rgb(48,87,74); }
td.TdClassName
{
border-color: #30574A;
}
.TagClassName
{
border-color: #30574A;
}
</style>