Shades of Spectra #305D4A
Tints of Spectra #305D4A
RGB
CMYK
RGB Variations
Color information
#305D4A (or 0x305D4A) is known color: Spectra. HEX triplet: 30, 5D and 4A. RGB value is (48,93,74). Sum of RGB (Red+Green+Blue) = 48+93+74=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #305D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D4A is #CFA2B5. Grayscale: #4D4D4D. Windows color (decimal): -13607606 or 4873520. OLE color: 4873520.
HSL color Cylindrical-coordinate representation of color #305D4A: hue angle of 154.67º 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 #305D4A is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 93 | 74 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.64 |
| HSL | 154.67º | 0.32% | 0.28% | - |
| HSV(B) | 154.67º | 0.48% | 0.36% | - |
| XYZ | 6.37 | 8.95 | 7.87 | - |
| YUV | 77.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 74 | 0.48 | 0 | 0.20 | 0.64 | 154.67 | 0.32 | 0.28 |
| Hex | 30 | 5D | 4A | 30 | 0 | 14 | 40 | 9B | 20 | 1C |
| Octal | 60 | 135 | 112 | 60 | 0 | 24 | 100 | 233 | 40 | 34 |
| Binary | 110000 | 1011101 | 1001010 | 110000 | 0 | 10100 | 1000000 | 10011011 | 100000 | 11100 |
Color Harmonies of #305D4A
Complementary color
Monochromatic Colors of #305D4A
Black with #305D4A
Text Example
Text Example
White with #305D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D4A; }
p { color: rgb(48,93,74); }
H1.HeaderClassName
{
color: #305D4A;
}
.AnyTagClassName
{
color: #305D4A;
}
</style>
background-color css
<style>
a { background-color: #305D4A; }
a { background-color: rgb(48,93,74); }
div.DivClassName
{
background-color: #305D4A;
}
.BgClassName
{
background-color: #305D4A;
}
</style>
border-color css
<style>
span { border-color: #305D4A; }
span { border-color: rgb(48,93,74); }
td.TdClassName
{
border-color: #305D4A;
}
.TagClassName
{
border-color: #305D4A;
}
</style>