Shades of Genoa #307C61
Tints of Genoa #307C61
RGB
CMYK
RGB Variations
Color information
#307C61 (or 0x307C61) is known color: Genoa. HEX triplet: 30, 7C and 61. RGB value is (48,124,97). Sum of RGB (Red+Green+Blue) = 48+124+97=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #307C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C61 is #CF839E. Grayscale: #626262. Windows color (decimal): -13599647 or 6388784. OLE color: 6388784.
HSL color Cylindrical-coordinate representation of color #307C61: hue angle of 158.68º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C61 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 97 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.51 |
| HSL | 158.68º | 0.44% | 0.34% | - |
| HSV(B) | 158.68º | 0.61% | 0.49% | - |
| XYZ | 10.58 | 15.91 | 13.82 | - |
| YUV | 98.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 97 | 0.61 | 0 | 0.22 | 0.51 | 158.68 | 0.44 | 0.34 |
| Hex | 30 | 7C | 61 | 3D | 0 | 16 | 33 | 9F | 2C | 22 |
| Octal | 60 | 174 | 141 | 75 | 0 | 26 | 63 | 237 | 54 | 42 |
| Binary | 110000 | 1111100 | 1100001 | 111101 | 0 | 10110 | 110011 | 10011111 | 101100 | 100010 |
Color Harmonies of #307C61
Complementary color
Monochromatic Colors of #307C61
Black with #307C61
Text Example
Text Example
White with #307C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C61; }
p { color: rgb(48,124,97); }
H1.HeaderClassName
{
color: #307C61;
}
.AnyTagClassName
{
color: #307C61;
}
</style>
background-color css
<style>
a { background-color: #307C61; }
a { background-color: rgb(48,124,97); }
div.DivClassName
{
background-color: #307C61;
}
.BgClassName
{
background-color: #307C61;
}
</style>
border-color css
<style>
span { border-color: #307C61; }
span { border-color: rgb(48,124,97); }
td.TdClassName
{
border-color: #307C61;
}
.TagClassName
{
border-color: #307C61;
}
</style>