Shades of Genoa #30795F
Tints of Genoa #30795F
RGB
CMYK
RGB Variations
Color information
#30795F (or 0x30795F) is known color: Genoa. HEX triplet: 30, 79 and 5F. RGB value is (48,121,95). Sum of RGB (Red+Green+Blue) = 48+121+95=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #30795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30795F is #CF86A0. Grayscale: #606060. Windows color (decimal): -13600417 or 6256944. OLE color: 6256944.
HSL color Cylindrical-coordinate representation of color #30795F: hue angle of 158.63º 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 #30795F is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 95 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.53 |
| HSL | 158.63º | 0.43% | 0.33% | - |
| HSV(B) | 158.63º | 0.6% | 0.47% | - |
| XYZ | 10.12 | 15.13 | 13.21 | - |
| YUV | 96.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 95 | 0.60 | 0 | 0.21 | 0.53 | 158.63 | 0.43 | 0.33 |
| Hex | 30 | 79 | 5F | 3C | 0 | 15 | 35 | 9F | 2B | 21 |
| Octal | 60 | 171 | 137 | 74 | 0 | 25 | 65 | 237 | 53 | 41 |
| Binary | 110000 | 1111001 | 1011111 | 111100 | 0 | 10101 | 110101 | 10011111 | 101011 | 100001 |
Color Harmonies of #30795F
Complementary color
Monochromatic Colors of #30795F
Black with #30795F
Text Example
Text Example
White with #30795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30795F; }
p { color: rgb(48,121,95); }
H1.HeaderClassName
{
color: #30795F;
}
.AnyTagClassName
{
color: #30795F;
}
</style>
background-color css
<style>
a { background-color: #30795F; }
a { background-color: rgb(48,121,95); }
div.DivClassName
{
background-color: #30795F;
}
.BgClassName
{
background-color: #30795F;
}
</style>
border-color css
<style>
span { border-color: #30795F; }
span { border-color: rgb(48,121,95); }
td.TdClassName
{
border-color: #30795F;
}
.TagClassName
{
border-color: #30795F;
}
</style>