Shades of Genoa #30756B
Tints of Genoa #30756B
RGB
CMYK
RGB Variations
Color information
#30756B (or 0x30756B) is known color: Genoa. HEX triplet: 30, 75 and 6B. RGB value is (48,117,107). Sum of RGB (Red+Green+Blue) = 48+117+107=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #30756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30756B is #CF8A94. Grayscale: #5F5F5F. Windows color (decimal): -13601429 or 7042352. OLE color: 7042352.
HSL color Cylindrical-coordinate representation of color #30756B: hue angle of 171.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30756B is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 117 | 107 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.54 |
| HSL | 171.3º | 0.42% | 0.32% | - |
| HSV(B) | 171.3º | 0.59% | 0.46% | - |
| XYZ | 10.23 | 14.41 | 16.15 | - |
| YUV | 95.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 107 | 0.59 | 0 | 0.09 | 0.54 | 171.3 | 0.42 | 0.32 |
| Hex | 30 | 75 | 6B | 3B | 0 | 9 | 36 | AB | 2A | 20 |
| Octal | 60 | 165 | 153 | 73 | 0 | 11 | 66 | 253 | 52 | 40 |
| Binary | 110000 | 1110101 | 1101011 | 111011 | 0 | 1001 | 110110 | 10101011 | 101010 | 100000 |
Color Harmonies of #30756B
Complementary color
Monochromatic Colors of #30756B
Black with #30756B
Text Example
Text Example
White with #30756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30756B; }
p { color: rgb(48,117,107); }
H1.HeaderClassName
{
color: #30756B;
}
.AnyTagClassName
{
color: #30756B;
}
</style>
background-color css
<style>
a { background-color: #30756B; }
a { background-color: rgb(48,117,107); }
div.DivClassName
{
background-color: #30756B;
}
.BgClassName
{
background-color: #30756B;
}
</style>
border-color css
<style>
span { border-color: #30756B; }
span { border-color: rgb(48,117,107); }
td.TdClassName
{
border-color: #30756B;
}
.TagClassName
{
border-color: #30756B;
}
</style>