Shades of Genoa #30725D
Tints of Genoa #30725D
RGB
CMYK
RGB Variations
Color information
#30725D (or 0x30725D) is known color: Genoa. HEX triplet: 30, 72 and 5D. RGB value is (48,114,93). Sum of RGB (Red+Green+Blue) = 48+114+93=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #30725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30725D is #CF8DA2. Grayscale: #5B5B5B. Windows color (decimal): -13602211 or 6124080. OLE color: 6124080.
HSL color Cylindrical-coordinate representation of color #30725D: hue angle of 160.91º 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 #30725D is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 93 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.55 |
| HSL | 160.91º | 0.41% | 0.32% | - |
| HSV(B) | 160.91º | 0.58% | 0.45% | - |
| XYZ | 9.21 | 13.45 | 12.47 | - |
| YUV | 91.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 93 | 0.58 | 0 | 0.18 | 0.55 | 160.91 | 0.41 | 0.32 |
| Hex | 30 | 72 | 5D | 3A | 0 | 12 | 37 | A1 | 29 | 20 |
| Octal | 60 | 162 | 135 | 72 | 0 | 22 | 67 | 241 | 51 | 40 |
| Binary | 110000 | 1110010 | 1011101 | 111010 | 0 | 10010 | 110111 | 10100001 | 101001 | 100000 |
Color Harmonies of #30725D
Complementary color
Monochromatic Colors of #30725D
Black with #30725D
Text Example
Text Example
White with #30725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30725D; }
p { color: rgb(48,114,93); }
H1.HeaderClassName
{
color: #30725D;
}
.AnyTagClassName
{
color: #30725D;
}
</style>
background-color css
<style>
a { background-color: #30725D; }
a { background-color: rgb(48,114,93); }
div.DivClassName
{
background-color: #30725D;
}
.BgClassName
{
background-color: #30725D;
}
</style>
border-color css
<style>
span { border-color: #30725D; }
span { border-color: rgb(48,114,93); }
td.TdClassName
{
border-color: #30725D;
}
.TagClassName
{
border-color: #30725D;
}
</style>