Shades of Genoa #307D65
Tints of Genoa #307D65
RGB
CMYK
RGB Variations
Color information
#307D65 (or 0x307D65) is known color: Genoa. HEX triplet: 30, 7D and 65. RGB value is (48,125,101). Sum of RGB (Red+Green+Blue) = 48+125+101=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #307D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307D65 is #CF829A. Grayscale: #636363. Windows color (decimal): -13599387 or 6651184. OLE color: 6651184.
HSL color Cylindrical-coordinate representation of color #307D65: hue angle of 161.3º 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 #307D65 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 125 | 101 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.51 |
| HSL | 161.3º | 0.45% | 0.34% | - |
| HSV(B) | 161.3º | 0.62% | 0.49% | - |
| XYZ | 10.9 | 16.24 | 14.87 | - |
| YUV | 99.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 101 | 0.62 | 0 | 0.19 | 0.51 | 161.3 | 0.45 | 0.34 |
| Hex | 30 | 7D | 65 | 3E | 0 | 13 | 33 | A1 | 2D | 22 |
| Octal | 60 | 175 | 145 | 76 | 0 | 23 | 63 | 241 | 55 | 42 |
| Binary | 110000 | 1111101 | 1100101 | 111110 | 0 | 10011 | 110011 | 10100001 | 101101 | 100010 |
Color Harmonies of #307D65
Complementary color
Monochromatic Colors of #307D65
Black with #307D65
Text Example
Text Example
White with #307D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D65; }
p { color: rgb(48,125,101); }
H1.HeaderClassName
{
color: #307D65;
}
.AnyTagClassName
{
color: #307D65;
}
</style>
background-color css
<style>
a { background-color: #307D65; }
a { background-color: rgb(48,125,101); }
div.DivClassName
{
background-color: #307D65;
}
.BgClassName
{
background-color: #307D65;
}
</style>
border-color css
<style>
span { border-color: #307D65; }
span { border-color: rgb(48,125,101); }
td.TdClassName
{
border-color: #307D65;
}
.TagClassName
{
border-color: #307D65;
}
</style>