Shades of Genoa #30736C
Tints of Genoa #30736C
RGB
CMYK
RGB Variations
Color information
#30736C (or 0x30736C) is known color: Genoa. HEX triplet: 30, 73 and 6C. RGB value is (48,115,108). Sum of RGB (Red+Green+Blue) = 48+115+108=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #30736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30736C is #CF8C93. Grayscale: #5E5E5E. Windows color (decimal): -13601940 or 7107376. OLE color: 7107376.
HSL color Cylindrical-coordinate representation of color #30736C: hue angle of 173.73º 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 #30736C is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 108 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.55 |
| HSL | 173.73º | 0.41% | 0.32% | - |
| HSV(B) | 173.73º | 0.58% | 0.45% | - |
| XYZ | 10.06 | 13.97 | 16.35 | - |
| YUV | 94.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 108 | 0.58 | 0 | 0.06 | 0.55 | 173.73 | 0.41 | 0.32 |
| Hex | 30 | 73 | 6C | 3A | 0 | 6 | 37 | AE | 29 | 20 |
| Octal | 60 | 163 | 154 | 72 | 0 | 6 | 67 | 256 | 51 | 40 |
| Binary | 110000 | 1110011 | 1101100 | 111010 | 0 | 110 | 110111 | 10101110 | 101001 | 100000 |
Color Harmonies of #30736C
Complementary color
Monochromatic Colors of #30736C
Black with #30736C
Text Example
Text Example
White with #30736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30736C; }
p { color: rgb(48,115,108); }
H1.HeaderClassName
{
color: #30736C;
}
.AnyTagClassName
{
color: #30736C;
}
</style>
background-color css
<style>
a { background-color: #30736C; }
a { background-color: rgb(48,115,108); }
div.DivClassName
{
background-color: #30736C;
}
.BgClassName
{
background-color: #30736C;
}
</style>
border-color css
<style>
span { border-color: #30736C; }
span { border-color: rgb(48,115,108); }
td.TdClassName
{
border-color: #30736C;
}
.TagClassName
{
border-color: #30736C;
}
</style>