Shades of Spectra #306B50
Tints of Spectra #306B50
RGB
CMYK
RGB Variations
Color information
#306B50 (or 0x306B50) is known color: Spectra. HEX triplet: 30, 6B and 50. RGB value is (48,107,80). Sum of RGB (Red+Green+Blue) = 48+107+80=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #306B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B50 is #CF94AF. Grayscale: #565656. Windows color (decimal): -13604016 or 5270320. OLE color: 5270320.
HSL color Cylindrical-coordinate representation of color #306B50: hue angle of 152.54º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B50 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 107 | 80 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.58 |
| HSL | 152.54º | 0.38% | 0.3% | - |
| HSV(B) | 152.54º | 0.55% | 0.42% | - |
| XYZ | 7.92 | 11.72 | 9.43 | - |
| YUV | 86.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 80 | 0.55 | 0 | 0.25 | 0.58 | 152.54 | 0.38 | 0.3 |
| Hex | 30 | 6B | 50 | 37 | 0 | 19 | 3A | 99 | 26 | 1E |
| Octal | 60 | 153 | 120 | 67 | 0 | 31 | 72 | 231 | 46 | 36 |
| Binary | 110000 | 1101011 | 1010000 | 110111 | 0 | 11001 | 111010 | 10011001 | 100110 | 11110 |
Color Harmonies of #306B50
Complementary color
Monochromatic Colors of #306B50
Black with #306B50
Text Example
Text Example
White with #306B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306B50; }
p { color: rgb(48,107,80); }
H1.HeaderClassName
{
color: #306B50;
}
.AnyTagClassName
{
color: #306B50;
}
</style>
background-color css
<style>
a { background-color: #306B50; }
a { background-color: rgb(48,107,80); }
div.DivClassName
{
background-color: #306B50;
}
.BgClassName
{
background-color: #306B50;
}
</style>
border-color css
<style>
span { border-color: #306B50; }
span { border-color: rgb(48,107,80); }
td.TdClassName
{
border-color: #306B50;
}
.TagClassName
{
border-color: #306B50;
}
</style>