Shades of Genoa #307A68
Tints of Genoa #307A68
RGB
CMYK
RGB Variations
Color information
#307A68 (or 0x307A68) is known color: Genoa. HEX triplet: 30, 7A and 68. RGB value is (48,122,104). Sum of RGB (Red+Green+Blue) = 48+122+104=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #307A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A68 is #CF8597. Grayscale: #616161. Windows color (decimal): -13600152 or 6847024. OLE color: 6847024.
HSL color Cylindrical-coordinate representation of color #307A68: hue angle of 165.41º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A68 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 104 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.52 |
| HSL | 165.41º | 0.44% | 0.33% | - |
| HSV(B) | 165.41º | 0.61% | 0.48% | - |
| XYZ | 10.68 | 15.55 | 15.53 | - |
| YUV | 97.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 104 | 0.61 | 0 | 0.15 | 0.52 | 165.41 | 0.44 | 0.33 |
| Hex | 30 | 7A | 68 | 3D | 0 | F | 34 | A5 | 2C | 21 |
| Octal | 60 | 172 | 150 | 75 | 0 | 17 | 64 | 245 | 54 | 41 |
| Binary | 110000 | 1111010 | 1101000 | 111101 | 0 | 1111 | 110100 | 10100101 | 101100 | 100001 |
Color Harmonies of #307A68
Complementary color
Monochromatic Colors of #307A68
Black with #307A68
Text Example
Text Example
White with #307A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A68; }
p { color: rgb(48,122,104); }
H1.HeaderClassName
{
color: #307A68;
}
.AnyTagClassName
{
color: #307A68;
}
</style>
background-color css
<style>
a { background-color: #307A68; }
a { background-color: rgb(48,122,104); }
div.DivClassName
{
background-color: #307A68;
}
.BgClassName
{
background-color: #307A68;
}
</style>
border-color css
<style>
span { border-color: #307A68; }
span { border-color: rgb(48,122,104); }
td.TdClassName
{
border-color: #307A68;
}
.TagClassName
{
border-color: #307A68;
}
</style>