Shades of Genoa #306D65
Tints of Genoa #306D65
RGB
CMYK
RGB Variations
Color information
#306D65 (or 0x306D65) is known color: Genoa. HEX triplet: 30, 6D and 65. RGB value is (48,109,101). Sum of RGB (Red+Green+Blue) = 48+109+101=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #306D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D65 is #CF929A. Grayscale: #595959. Windows color (decimal): -13603483 or 6647088. OLE color: 6647088.
HSL color Cylindrical-coordinate representation of color #306D65: hue angle of 172.13º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306D65 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 101 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.57 |
| HSL | 172.13º | 0.39% | 0.31% | - |
| HSV(B) | 172.13º | 0.56% | 0.43% | - |
| XYZ | 9.04 | 12.51 | 14.25 | - |
| YUV | 89.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 101 | 0.56 | 0 | 0.07 | 0.57 | 172.13 | 0.39 | 0.31 |
| Hex | 30 | 6D | 65 | 38 | 0 | 7 | 39 | AC | 27 | 1F |
| Octal | 60 | 155 | 145 | 70 | 0 | 7 | 71 | 254 | 47 | 37 |
| Binary | 110000 | 1101101 | 1100101 | 111000 | 0 | 111 | 111001 | 10101100 | 100111 | 11111 |
Color Harmonies of #306D65
Complementary color
Monochromatic Colors of #306D65
Black with #306D65
Text Example
Text Example
White with #306D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D65; }
p { color: rgb(48,109,101); }
H1.HeaderClassName
{
color: #306D65;
}
.AnyTagClassName
{
color: #306D65;
}
</style>
background-color css
<style>
a { background-color: #306D65; }
a { background-color: rgb(48,109,101); }
div.DivClassName
{
background-color: #306D65;
}
.BgClassName
{
background-color: #306D65;
}
</style>
border-color css
<style>
span { border-color: #306D65; }
span { border-color: rgb(48,109,101); }
td.TdClassName
{
border-color: #306D65;
}
.TagClassName
{
border-color: #306D65;
}
</style>