Shades of Genoa #307B71
Tints of Genoa #307B71
RGB
CMYK
RGB Variations
Color information
#307B71 (or 0x307B71) is known color: Genoa. HEX triplet: 30, 7B and 71. RGB value is (48,123,113). Sum of RGB (Red+Green+Blue) = 48+123+113=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #307B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307B71 is #CF848E. Grayscale: #636363. Windows color (decimal): -13599887 or 7437104. OLE color: 7437104.
HSL color Cylindrical-coordinate representation of color #307B71: hue angle of 172º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307B71 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 123 | 113 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.52 |
| HSL | 172º | 0.44% | 0.34% | - |
| HSV(B) | 172º | 0.61% | 0.48% | - |
| XYZ | 11.28 | 15.99 | 18.11 | - |
| YUV | 99.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 113 | 0.61 | 0 | 0.08 | 0.52 | 172 | 0.44 | 0.34 |
| Hex | 30 | 7B | 71 | 3D | 0 | 8 | 34 | AC | 2C | 22 |
| Octal | 60 | 173 | 161 | 75 | 0 | 10 | 64 | 254 | 54 | 42 |
| Binary | 110000 | 1111011 | 1110001 | 111101 | 0 | 1000 | 110100 | 10101100 | 101100 | 100010 |
Color Harmonies of #307B71
Complementary color
Monochromatic Colors of #307B71
Black with #307B71
Text Example
Text Example
White with #307B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307B71; }
p { color: rgb(48,123,113); }
H1.HeaderClassName
{
color: #307B71;
}
.AnyTagClassName
{
color: #307B71;
}
</style>
background-color css
<style>
a { background-color: #307B71; }
a { background-color: rgb(48,123,113); }
div.DivClassName
{
background-color: #307B71;
}
.BgClassName
{
background-color: #307B71;
}
</style>
border-color css
<style>
span { border-color: #307B71; }
span { border-color: rgb(48,123,113); }
td.TdClassName
{
border-color: #307B71;
}
.TagClassName
{
border-color: #307B71;
}
</style>