Shades of Spectra #30654E
Tints of Spectra #30654E
RGB
CMYK
RGB Variations
Color information
#30654E (or 0x30654E) is known color: Spectra. HEX triplet: 30, 65 and 4E. RGB value is (48,101,78). Sum of RGB (Red+Green+Blue) = 48+101+78=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #30654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30654E is #CF9AB1. Grayscale: #525252. Windows color (decimal): -13605554 or 5137712. OLE color: 5137712.
HSL color Cylindrical-coordinate representation of color #30654E: hue angle of 153.96º 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 #30654E is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 78 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.60 |
| HSL | 153.96º | 0.36% | 0.29% | - |
| HSV(B) | 153.96º | 0.52% | 0.4% | - |
| XYZ | 7.25 | 10.49 | 8.85 | - |
| YUV | 82.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 78 | 0.52 | 0 | 0.23 | 0.60 | 153.96 | 0.36 | 0.29 |
| Hex | 30 | 65 | 4E | 34 | 0 | 17 | 3C | 9A | 24 | 1D |
| Octal | 60 | 145 | 116 | 64 | 0 | 27 | 74 | 232 | 44 | 35 |
| Binary | 110000 | 1100101 | 1001110 | 110100 | 0 | 10111 | 111100 | 10011010 | 100100 | 11101 |
Color Harmonies of #30654E
Complementary color
Monochromatic Colors of #30654E
Black with #30654E
Text Example
Text Example
White with #30654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30654E; }
p { color: rgb(48,101,78); }
H1.HeaderClassName
{
color: #30654E;
}
.AnyTagClassName
{
color: #30654E;
}
</style>
background-color css
<style>
a { background-color: #30654E; }
a { background-color: rgb(48,101,78); }
div.DivClassName
{
background-color: #30654E;
}
.BgClassName
{
background-color: #30654E;
}
</style>
border-color css
<style>
span { border-color: #30654E; }
span { border-color: rgb(48,101,78); }
td.TdClassName
{
border-color: #30654E;
}
.TagClassName
{
border-color: #30654E;
}
</style>