Shades of Genoa #30796E
Tints of Genoa #30796E
RGB
CMYK
RGB Variations
Color information
#30796E (or 0x30796E) is known color: Genoa. HEX triplet: 30, 79 and 6E. RGB value is (48,121,110). Sum of RGB (Red+Green+Blue) = 48+121+110=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #30796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30796E is #CF8691. Grayscale: #616161. Windows color (decimal): -13600402 or 7239984. OLE color: 7239984.
HSL color Cylindrical-coordinate representation of color #30796E: hue angle of 170.96º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30796E is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 110 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.53 |
| HSL | 170.96º | 0.43% | 0.33% | - |
| HSV(B) | 170.96º | 0.6% | 0.47% | - |
| XYZ | 10.87 | 15.43 | 17.16 | - |
| YUV | 97.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 110 | 0.60 | 0 | 0.09 | 0.53 | 170.96 | 0.43 | 0.33 |
| Hex | 30 | 79 | 6E | 3C | 0 | 9 | 35 | AB | 2B | 21 |
| Octal | 60 | 171 | 156 | 74 | 0 | 11 | 65 | 253 | 53 | 41 |
| Binary | 110000 | 1111001 | 1101110 | 111100 | 0 | 1001 | 110101 | 10101011 | 101011 | 100001 |
Color Harmonies of #30796E
Complementary color
Monochromatic Colors of #30796E
Black with #30796E
Text Example
Text Example
White with #30796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30796E; }
p { color: rgb(48,121,110); }
H1.HeaderClassName
{
color: #30796E;
}
.AnyTagClassName
{
color: #30796E;
}
</style>
background-color css
<style>
a { background-color: #30796E; }
a { background-color: rgb(48,121,110); }
div.DivClassName
{
background-color: #30796E;
}
.BgClassName
{
background-color: #30796E;
}
</style>
border-color css
<style>
span { border-color: #30796E; }
span { border-color: rgb(48,121,110); }
td.TdClassName
{
border-color: #30796E;
}
.TagClassName
{
border-color: #30796E;
}
</style>