Shades of Genoa #307360
Tints of Genoa #307360
RGB
CMYK
RGB Variations
Color information
#307360 (or 0x307360) is known color: Genoa. HEX triplet: 30, 73 and 60. RGB value is (48,115,96). Sum of RGB (Red+Green+Blue) = 48+115+96=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #307360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307360 is #CF8C9F. Grayscale: #5C5C5C. Windows color (decimal): -13601952 or 6320944. OLE color: 6320944.
HSL color Cylindrical-coordinate representation of color #307360: hue angle of 162.99º 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 #307360 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 96 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.55 |
| HSL | 162.99º | 0.41% | 0.32% | - |
| HSV(B) | 162.99º | 0.58% | 0.45% | - |
| XYZ | 9.46 | 13.73 | 13.22 | - |
| YUV | 92.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 96 | 0.58 | 0 | 0.17 | 0.55 | 162.99 | 0.41 | 0.32 |
| Hex | 30 | 73 | 60 | 3A | 0 | 11 | 37 | A3 | 29 | 20 |
| Octal | 60 | 163 | 140 | 72 | 0 | 21 | 67 | 243 | 51 | 40 |
| Binary | 110000 | 1110011 | 1100000 | 111010 | 0 | 10001 | 110111 | 10100011 | 101001 | 100000 |
Color Harmonies of #307360
Complementary color
Monochromatic Colors of #307360
Black with #307360
Text Example
Text Example
White with #307360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307360; }
p { color: rgb(48,115,96); }
H1.HeaderClassName
{
color: #307360;
}
.AnyTagClassName
{
color: #307360;
}
</style>
background-color css
<style>
a { background-color: #307360; }
a { background-color: rgb(48,115,96); }
div.DivClassName
{
background-color: #307360;
}
.BgClassName
{
background-color: #307360;
}
</style>
border-color css
<style>
span { border-color: #307360; }
span { border-color: rgb(48,115,96); }
td.TdClassName
{
border-color: #307360;
}
.TagClassName
{
border-color: #307360;
}
</style>