Shades of Genoa #307E64
Tints of Genoa #307E64
RGB
CMYK
RGB Variations
Color information
#307E64 (or 0x307E64) is known color: Genoa. HEX triplet: 30, 7E and 64. RGB value is (48,126,100). Sum of RGB (Red+Green+Blue) = 48+126+100=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #307E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E64 is #CF819B. Grayscale: #636363. Windows color (decimal): -13599132 or 6585904. OLE color: 6585904.
HSL color Cylindrical-coordinate representation of color #307E64: hue angle of 160º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E64 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 126 | 100 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.51 |
| HSL | 160º | 0.45% | 0.34% | - |
| HSV(B) | 160º | 0.62% | 0.49% | - |
| XYZ | 10.98 | 16.47 | 14.66 | - |
| YUV | 99.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 100 | 0.62 | 0 | 0.21 | 0.51 | 160 | 0.45 | 0.34 |
| Hex | 30 | 7E | 64 | 3E | 0 | 15 | 33 | A0 | 2D | 22 |
| Octal | 60 | 176 | 144 | 76 | 0 | 25 | 63 | 240 | 55 | 42 |
| Binary | 110000 | 1111110 | 1100100 | 111110 | 0 | 10101 | 110011 | 10100000 | 101101 | 100010 |
Color Harmonies of #307E64
Complementary color
Monochromatic Colors of #307E64
Black with #307E64
Text Example
Text Example
White with #307E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E64; }
p { color: rgb(48,126,100); }
H1.HeaderClassName
{
color: #307E64;
}
.AnyTagClassName
{
color: #307E64;
}
</style>
background-color css
<style>
a { background-color: #307E64; }
a { background-color: rgb(48,126,100); }
div.DivClassName
{
background-color: #307E64;
}
.BgClassName
{
background-color: #307E64;
}
</style>
border-color css
<style>
span { border-color: #307E64; }
span { border-color: rgb(48,126,100); }
td.TdClassName
{
border-color: #307E64;
}
.TagClassName
{
border-color: #307E64;
}
</style>