Shades of Genoa #307A67
Tints of Genoa #307A67
RGB
CMYK
RGB Variations
Color information
#307A67 (or 0x307A67) is known color: Genoa. HEX triplet: 30, 7A and 67. RGB value is (48,122,103). Sum of RGB (Red+Green+Blue) = 48+122+103=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #307A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A67 is #CF8598. Grayscale: #616161. Windows color (decimal): -13600153 or 6781488. OLE color: 6781488.
HSL color Cylindrical-coordinate representation of color #307A67: hue angle of 164.59º 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 #307A67 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 103 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.52 |
| HSL | 164.59º | 0.44% | 0.33% | - |
| HSV(B) | 164.59º | 0.61% | 0.48% | - |
| XYZ | 10.63 | 15.53 | 15.27 | - |
| YUV | 97.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 103 | 0.61 | 0 | 0.16 | 0.52 | 164.59 | 0.44 | 0.33 |
| Hex | 30 | 7A | 67 | 3D | 0 | 10 | 34 | A5 | 2C | 21 |
| Octal | 60 | 172 | 147 | 75 | 0 | 20 | 64 | 245 | 54 | 41 |
| Binary | 110000 | 1111010 | 1100111 | 111101 | 0 | 10000 | 110100 | 10100101 | 101100 | 100001 |
Color Harmonies of #307A67
Complementary color
Monochromatic Colors of #307A67
Black with #307A67
Text Example
Text Example
White with #307A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A67; }
p { color: rgb(48,122,103); }
H1.HeaderClassName
{
color: #307A67;
}
.AnyTagClassName
{
color: #307A67;
}
</style>
background-color css
<style>
a { background-color: #307A67; }
a { background-color: rgb(48,122,103); }
div.DivClassName
{
background-color: #307A67;
}
.BgClassName
{
background-color: #307A67;
}
</style>
border-color css
<style>
span { border-color: #307A67; }
span { border-color: rgb(48,122,103); }
td.TdClassName
{
border-color: #307A67;
}
.TagClassName
{
border-color: #307A67;
}
</style>