Shades of Genoa #307F74
Tints of Genoa #307F74
RGB
CMYK
RGB Variations
Color information
#307F74 (or 0x307F74) is known color: Genoa. HEX triplet: 30, 7F and 74. RGB value is (48,127,116). Sum of RGB (Red+Green+Blue) = 48+127+116=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #307F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F74 is #CF808B. Grayscale: #666666. Windows color (decimal): -13598860 or 7634736. OLE color: 7634736.
HSL color Cylindrical-coordinate representation of color #307F74: hue angle of 171.65º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F74 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 116 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.50 |
| HSL | 171.65º | 0.45% | 0.34% | - |
| HSV(B) | 171.65º | 0.62% | 0.5% | - |
| XYZ | 11.96 | 17.07 | 19.19 | - |
| YUV | 102.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 116 | 0.62 | 0 | 0.09 | 0.50 | 171.65 | 0.45 | 0.34 |
| Hex | 30 | 7F | 74 | 3E | 0 | 9 | 32 | AC | 2D | 22 |
| Octal | 60 | 177 | 164 | 76 | 0 | 11 | 62 | 254 | 55 | 42 |
| Binary | 110000 | 1111111 | 1110100 | 111110 | 0 | 1001 | 110010 | 10101100 | 101101 | 100010 |
Color Harmonies of #307F74
Complementary color
Monochromatic Colors of #307F74
Black with #307F74
Text Example
Text Example
White with #307F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F74; }
p { color: rgb(48,127,116); }
H1.HeaderClassName
{
color: #307F74;
}
.AnyTagClassName
{
color: #307F74;
}
</style>
background-color css
<style>
a { background-color: #307F74; }
a { background-color: rgb(48,127,116); }
div.DivClassName
{
background-color: #307F74;
}
.BgClassName
{
background-color: #307F74;
}
</style>
border-color css
<style>
span { border-color: #307F74; }
span { border-color: rgb(48,127,116); }
td.TdClassName
{
border-color: #307F74;
}
.TagClassName
{
border-color: #307F74;
}
</style>