Shades of Spectra #305D48
Tints of Spectra #305D48
RGB
CMYK
RGB Variations
Color information
#305D48 (or 0x305D48) is known color: Spectra. HEX triplet: 30, 5D and 48. RGB value is (48,93,72). Sum of RGB (Red+Green+Blue) = 48+93+72=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #305D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D48 is #CFA2B7. Grayscale: #4D4D4D. Windows color (decimal): -13607608 or 4742448. OLE color: 4742448.
HSL color Cylindrical-coordinate representation of color #305D48: hue angle of 152º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D48 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 93 | 72 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.64 |
| HSL | 152º | 0.32% | 0.28% | - |
| HSV(B) | 152º | 0.48% | 0.36% | - |
| XYZ | 6.3 | 8.92 | 7.52 | - |
| YUV | 77.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 72 | 0.48 | 0 | 0.23 | 0.64 | 152 | 0.32 | 0.28 |
| Hex | 30 | 5D | 48 | 30 | 0 | 17 | 40 | 98 | 20 | 1C |
| Octal | 60 | 135 | 110 | 60 | 0 | 27 | 100 | 230 | 40 | 34 |
| Binary | 110000 | 1011101 | 1001000 | 110000 | 0 | 10111 | 1000000 | 10011000 | 100000 | 11100 |
Color Harmonies of #305D48
Complementary color
Monochromatic Colors of #305D48
Black with #305D48
Text Example
Text Example
White with #305D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D48; }
p { color: rgb(48,93,72); }
H1.HeaderClassName
{
color: #305D48;
}
.AnyTagClassName
{
color: #305D48;
}
</style>
background-color css
<style>
a { background-color: #305D48; }
a { background-color: rgb(48,93,72); }
div.DivClassName
{
background-color: #305D48;
}
.BgClassName
{
background-color: #305D48;
}
</style>
border-color css
<style>
span { border-color: #305D48; }
span { border-color: rgb(48,93,72); }
td.TdClassName
{
border-color: #305D48;
}
.TagClassName
{
border-color: #305D48;
}
</style>