Shades of Genoa #30706E
Tints of Genoa #30706E
RGB
CMYK
RGB Variations
Color information
#30706E (or 0x30706E) is known color: Genoa. HEX triplet: 30, 70 and 6E. RGB value is (48,112,110). Sum of RGB (Red+Green+Blue) = 48+112+110=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #30706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30706E is #CF8F91. Grayscale: #5C5C5C. Windows color (decimal): -13602706 or 7237680. OLE color: 7237680.
HSL color Cylindrical-coordinate representation of color #30706E: hue angle of 178.12º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30706E is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 110 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.56 |
| HSL | 178.13º | 0.4% | 0.31% | - |
| HSV(B) | 178.13º | 0.57% | 0.44% | - |
| XYZ | 9.83 | 13.34 | 16.81 | - |
| YUV | 92.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 110 | 0.57 | 0 | 0.02 | 0.56 | 178.13 | 0.4 | 0.31 |
| Hex | 30 | 70 | 6E | 39 | 0 | 2 | 38 | B2 | 28 | 1F |
| Octal | 60 | 160 | 156 | 71 | 0 | 2 | 70 | 262 | 50 | 37 |
| Binary | 110000 | 1110000 | 1101110 | 111001 | 0 | 10 | 111000 | 10110010 | 101000 | 11111 |
Color Harmonies of #30706E
Complementary color
Monochromatic Colors of #30706E
Black with #30706E
Text Example
Text Example
White with #30706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30706E; }
p { color: rgb(48,112,110); }
H1.HeaderClassName
{
color: #30706E;
}
.AnyTagClassName
{
color: #30706E;
}
</style>
background-color css
<style>
a { background-color: #30706E; }
a { background-color: rgb(48,112,110); }
div.DivClassName
{
background-color: #30706E;
}
.BgClassName
{
background-color: #30706E;
}
</style>
border-color css
<style>
span { border-color: #30706E; }
span { border-color: rgb(48,112,110); }
td.TdClassName
{
border-color: #30706E;
}
.TagClassName
{
border-color: #30706E;
}
</style>