Shades of Genoa #30745D
Tints of Genoa #30745D
RGB
CMYK
RGB Variations
Color information
#30745D (or 0x30745D) is known color: Genoa. HEX triplet: 30, 74 and 5D. RGB value is (48,116,93). Sum of RGB (Red+Green+Blue) = 48+116+93=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #30745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30745D is #CF8BA2. Grayscale: #5D5D5D. Windows color (decimal): -13601699 or 6124592. OLE color: 6124592.
HSL color Cylindrical-coordinate representation of color #30745D: hue angle of 159.71º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30745D is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 93 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.55 |
| HSL | 159.71º | 0.41% | 0.32% | - |
| HSV(B) | 159.71º | 0.59% | 0.45% | - |
| XYZ | 9.44 | 13.91 | 12.54 | - |
| YUV | 93.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 93 | 0.59 | 0 | 0.20 | 0.55 | 159.71 | 0.41 | 0.32 |
| Hex | 30 | 74 | 5D | 3B | 0 | 14 | 37 | A0 | 29 | 20 |
| Octal | 60 | 164 | 135 | 73 | 0 | 24 | 67 | 240 | 51 | 40 |
| Binary | 110000 | 1110100 | 1011101 | 111011 | 0 | 10100 | 110111 | 10100000 | 101001 | 100000 |
Color Harmonies of #30745D
Complementary color
Monochromatic Colors of #30745D
Black with #30745D
Text Example
Text Example
White with #30745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30745D; }
p { color: rgb(48,116,93); }
H1.HeaderClassName
{
color: #30745D;
}
.AnyTagClassName
{
color: #30745D;
}
</style>
background-color css
<style>
a { background-color: #30745D; }
a { background-color: rgb(48,116,93); }
div.DivClassName
{
background-color: #30745D;
}
.BgClassName
{
background-color: #30745D;
}
</style>
border-color css
<style>
span { border-color: #30745D; }
span { border-color: rgb(48,116,93); }
td.TdClassName
{
border-color: #30745D;
}
.TagClassName
{
border-color: #30745D;
}
</style>