Shades of Genoa #30726C
Tints of Genoa #30726C
RGB
CMYK
RGB Variations
Color information
#30726C (or 0x30726C) is known color: Genoa. HEX triplet: 30, 72 and 6C. RGB value is (48,114,108). Sum of RGB (Red+Green+Blue) = 48+114+108=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #30726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30726C is #CF8D93. Grayscale: #5D5D5D. Windows color (decimal): -13602196 or 7107120. OLE color: 7107120.
HSL color Cylindrical-coordinate representation of color #30726C: hue angle of 174.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30726C is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 108 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.55 |
| HSL | 174.55º | 0.41% | 0.32% | - |
| HSV(B) | 174.55º | 0.58% | 0.45% | - |
| XYZ | 9.94 | 13.75 | 16.32 | - |
| YUV | 93.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 108 | 0.58 | 0 | 0.05 | 0.55 | 174.55 | 0.41 | 0.32 |
| Hex | 30 | 72 | 6C | 3A | 0 | 5 | 37 | AF | 29 | 20 |
| Octal | 60 | 162 | 154 | 72 | 0 | 5 | 67 | 257 | 51 | 40 |
| Binary | 110000 | 1110010 | 1101100 | 111010 | 0 | 101 | 110111 | 10101111 | 101001 | 100000 |
Color Harmonies of #30726C
Complementary color
Monochromatic Colors of #30726C
Black with #30726C
Text Example
Text Example
White with #30726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30726C; }
p { color: rgb(48,114,108); }
H1.HeaderClassName
{
color: #30726C;
}
.AnyTagClassName
{
color: #30726C;
}
</style>
background-color css
<style>
a { background-color: #30726C; }
a { background-color: rgb(48,114,108); }
div.DivClassName
{
background-color: #30726C;
}
.BgClassName
{
background-color: #30726C;
}
</style>
border-color css
<style>
span { border-color: #30726C; }
span { border-color: rgb(48,114,108); }
td.TdClassName
{
border-color: #30726C;
}
.TagClassName
{
border-color: #30726C;
}
</style>