Shades of Spectra #30614B
Tints of Spectra #30614B
RGB
CMYK
RGB Variations
Color information
#30614B (or 0x30614B) is known color: Spectra. HEX triplet: 30, 61 and 4B. RGB value is (48,97,75). Sum of RGB (Red+Green+Blue) = 48+97+75=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #30614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30614B is #CF9EB4. Grayscale: #4F4F4F. Windows color (decimal): -13606581 or 4940080. OLE color: 4940080.
HSL color Cylindrical-coordinate representation of color #30614B: hue angle of 153.06º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30614B is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 75 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.62 |
| HSL | 153.06º | 0.34% | 0.28% | - |
| HSV(B) | 153.06º | 0.51% | 0.38% | - |
| XYZ | 6.76 | 9.69 | 8.17 | - |
| YUV | 79.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 75 | 0.51 | 0 | 0.23 | 0.62 | 153.06 | 0.34 | 0.28 |
| Hex | 30 | 61 | 4B | 33 | 0 | 17 | 3E | 99 | 22 | 1C |
| Octal | 60 | 141 | 113 | 63 | 0 | 27 | 76 | 231 | 42 | 34 |
| Binary | 110000 | 1100001 | 1001011 | 110011 | 0 | 10111 | 111110 | 10011001 | 100010 | 11100 |
Color Harmonies of #30614B
Complementary color
Monochromatic Colors of #30614B
Black with #30614B
Text Example
Text Example
White with #30614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30614B; }
p { color: rgb(48,97,75); }
H1.HeaderClassName
{
color: #30614B;
}
.AnyTagClassName
{
color: #30614B;
}
</style>
background-color css
<style>
a { background-color: #30614B; }
a { background-color: rgb(48,97,75); }
div.DivClassName
{
background-color: #30614B;
}
.BgClassName
{
background-color: #30614B;
}
</style>
border-color css
<style>
span { border-color: #30614B; }
span { border-color: rgb(48,97,75); }
td.TdClassName
{
border-color: #30614B;
}
.TagClassName
{
border-color: #30614B;
}
</style>