Shades of Genoa #307A69
Tints of Genoa #307A69
RGB
CMYK
RGB Variations
Color information
#307A69 (or 0x307A69) is known color: Genoa. HEX triplet: 30, 7A and 69. RGB value is (48,122,105). Sum of RGB (Red+Green+Blue) = 48+122+105=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #307A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A69 is #CF8596. Grayscale: #616161. Windows color (decimal): -13600151 or 6912560. OLE color: 6912560.
HSL color Cylindrical-coordinate representation of color #307A69: hue angle of 166.22º 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 #307A69 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 105 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.52 |
| HSL | 166.22º | 0.44% | 0.33% | - |
| HSV(B) | 166.22º | 0.61% | 0.48% | - |
| XYZ | 10.73 | 15.57 | 15.8 | - |
| YUV | 97.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 105 | 0.61 | 0 | 0.14 | 0.52 | 166.22 | 0.44 | 0.33 |
| Hex | 30 | 7A | 69 | 3D | 0 | E | 34 | A6 | 2C | 21 |
| Octal | 60 | 172 | 151 | 75 | 0 | 16 | 64 | 246 | 54 | 41 |
| Binary | 110000 | 1111010 | 1101001 | 111101 | 0 | 1110 | 110100 | 10100110 | 101100 | 100001 |
Color Harmonies of #307A69
Complementary color
Monochromatic Colors of #307A69
Black with #307A69
Text Example
Text Example
White with #307A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A69; }
p { color: rgb(48,122,105); }
H1.HeaderClassName
{
color: #307A69;
}
.AnyTagClassName
{
color: #307A69;
}
</style>
background-color css
<style>
a { background-color: #307A69; }
a { background-color: rgb(48,122,105); }
div.DivClassName
{
background-color: #307A69;
}
.BgClassName
{
background-color: #307A69;
}
</style>
border-color css
<style>
span { border-color: #307A69; }
span { border-color: rgb(48,122,105); }
td.TdClassName
{
border-color: #307A69;
}
.TagClassName
{
border-color: #307A69;
}
</style>