Shades of Genoa #307365
Tints of Genoa #307365
RGB
CMYK
RGB Variations
Color information
#307365 (or 0x307365) is known color: Genoa. HEX triplet: 30, 73 and 65. RGB value is (48,115,101). Sum of RGB (Red+Green+Blue) = 48+115+101=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #307365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307365 is #CF8C9A. Grayscale: #5D5D5D. Windows color (decimal): -13601947 or 6648624. OLE color: 6648624.
HSL color Cylindrical-coordinate representation of color #307365: hue angle of 167.46º 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 #307365 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 101 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.55 |
| HSL | 167.46º | 0.41% | 0.32% | - |
| HSV(B) | 167.46º | 0.58% | 0.45% | - |
| XYZ | 9.7 | 13.83 | 14.47 | - |
| YUV | 93.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 101 | 0.58 | 0 | 0.12 | 0.55 | 167.46 | 0.41 | 0.32 |
| Hex | 30 | 73 | 65 | 3A | 0 | C | 37 | A7 | 29 | 20 |
| Octal | 60 | 163 | 145 | 72 | 0 | 14 | 67 | 247 | 51 | 40 |
| Binary | 110000 | 1110011 | 1100101 | 111010 | 0 | 1100 | 110111 | 10100111 | 101001 | 100000 |
Color Harmonies of #307365
Complementary color
Monochromatic Colors of #307365
Black with #307365
Text Example
Text Example
White with #307365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307365; }
p { color: rgb(48,115,101); }
H1.HeaderClassName
{
color: #307365;
}
.AnyTagClassName
{
color: #307365;
}
</style>
background-color css
<style>
a { background-color: #307365; }
a { background-color: rgb(48,115,101); }
div.DivClassName
{
background-color: #307365;
}
.BgClassName
{
background-color: #307365;
}
</style>
border-color css
<style>
span { border-color: #307365; }
span { border-color: rgb(48,115,101); }
td.TdClassName
{
border-color: #307365;
}
.TagClassName
{
border-color: #307365;
}
</style>