Shades of Genoa #307C62
Tints of Genoa #307C62
RGB
CMYK
RGB Variations
Color information
#307C62 (or 0x307C62) is known color: Genoa. HEX triplet: 30, 7C and 62. RGB value is (48,124,98). Sum of RGB (Red+Green+Blue) = 48+124+98=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #307C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C62 is #CF839D. Grayscale: #626262. Windows color (decimal): -13599646 or 6454320. OLE color: 6454320.
HSL color Cylindrical-coordinate representation of color #307C62: hue angle of 159.47º 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 #307C62 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 98 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.51 |
| HSL | 159.47º | 0.44% | 0.34% | - |
| HSV(B) | 159.47º | 0.61% | 0.49% | - |
| XYZ | 10.63 | 15.93 | 14.07 | - |
| YUV | 98.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 98 | 0.61 | 0 | 0.21 | 0.51 | 159.47 | 0.44 | 0.34 |
| Hex | 30 | 7C | 62 | 3D | 0 | 15 | 33 | 9F | 2C | 22 |
| Octal | 60 | 174 | 142 | 75 | 0 | 25 | 63 | 237 | 54 | 42 |
| Binary | 110000 | 1111100 | 1100010 | 111101 | 0 | 10101 | 110011 | 10011111 | 101100 | 100010 |
Color Harmonies of #307C62
Complementary color
Monochromatic Colors of #307C62
Black with #307C62
Text Example
Text Example
White with #307C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C62; }
p { color: rgb(48,124,98); }
H1.HeaderClassName
{
color: #307C62;
}
.AnyTagClassName
{
color: #307C62;
}
</style>
background-color css
<style>
a { background-color: #307C62; }
a { background-color: rgb(48,124,98); }
div.DivClassName
{
background-color: #307C62;
}
.BgClassName
{
background-color: #307C62;
}
</style>
border-color css
<style>
span { border-color: #307C62; }
span { border-color: rgb(48,124,98); }
td.TdClassName
{
border-color: #307C62;
}
.TagClassName
{
border-color: #307C62;
}
</style>