Shades of Genoa #306E66
Tints of Genoa #306E66
RGB
CMYK
RGB Variations
Color information
#306E66 (or 0x306E66) is known color: Genoa. HEX triplet: 30, 6E and 66. RGB value is (48,110,102). Sum of RGB (Red+Green+Blue) = 48+110+102=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #306E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E66 is #CF9199. Grayscale: #5A5A5A. Windows color (decimal): -13603226 or 6712880. OLE color: 6712880.
HSL color Cylindrical-coordinate representation of color #306E66: hue angle of 172.26º 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 #306E66 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 110 | 102 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.57 |
| HSL | 172.26º | 0.39% | 0.31% | - |
| HSV(B) | 172.26º | 0.56% | 0.43% | - |
| XYZ | 9.19 | 12.74 | 14.54 | - |
| YUV | 90.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 102 | 0.56 | 0 | 0.07 | 0.57 | 172.26 | 0.39 | 0.31 |
| Hex | 30 | 6E | 66 | 38 | 0 | 7 | 39 | AC | 27 | 1F |
| Octal | 60 | 156 | 146 | 70 | 0 | 7 | 71 | 254 | 47 | 37 |
| Binary | 110000 | 1101110 | 1100110 | 111000 | 0 | 111 | 111001 | 10101100 | 100111 | 11111 |
Color Harmonies of #306E66
Complementary color
Monochromatic Colors of #306E66
Black with #306E66
Text Example
Text Example
White with #306E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306E66; }
p { color: rgb(48,110,102); }
H1.HeaderClassName
{
color: #306E66;
}
.AnyTagClassName
{
color: #306E66;
}
</style>
background-color css
<style>
a { background-color: #306E66; }
a { background-color: rgb(48,110,102); }
div.DivClassName
{
background-color: #306E66;
}
.BgClassName
{
background-color: #306E66;
}
</style>
border-color css
<style>
span { border-color: #306E66; }
span { border-color: rgb(48,110,102); }
td.TdClassName
{
border-color: #306E66;
}
.TagClassName
{
border-color: #306E66;
}
</style>