Shades of Genoa #308575
Tints of Genoa #308575
RGB
CMYK
RGB Variations
Color information
#308575 (or 0x308575) is known color: Genoa. HEX triplet: 30, 85 and 75. RGB value is (48,133,117). Sum of RGB (Red+Green+Blue) = 48+133+117=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #308575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308575 is #CF7A8A. Grayscale: #696969. Windows color (decimal): -13597323 or 7701808. OLE color: 7701808.
HSL color Cylindrical-coordinate representation of color #308575: hue angle of 168.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308575 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 117 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.48 |
| HSL | 168.71º | 0.47% | 0.35% | - |
| HSV(B) | 168.71º | 0.64% | 0.52% | - |
| XYZ | 12.82 | 18.69 | 19.76 | - |
| YUV | 105.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 117 | 0.64 | 0 | 0.12 | 0.48 | 168.71 | 0.47 | 0.35 |
| Hex | 30 | 85 | 75 | 40 | 0 | C | 30 | A9 | 2F | 23 |
| Octal | 60 | 205 | 165 | 100 | 0 | 14 | 60 | 251 | 57 | 43 |
| Binary | 110000 | 10000101 | 1110101 | 1000000 | 0 | 1100 | 110000 | 10101001 | 101111 | 100011 |
Color Harmonies of #308575
Complementary color
Monochromatic Colors of #308575
Black with #308575
Text Example
Text Example
White with #308575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308575; }
p { color: rgb(48,133,117); }
H1.HeaderClassName
{
color: #308575;
}
.AnyTagClassName
{
color: #308575;
}
</style>
background-color css
<style>
a { background-color: #308575; }
a { background-color: rgb(48,133,117); }
div.DivClassName
{
background-color: #308575;
}
.BgClassName
{
background-color: #308575;
}
</style>
border-color css
<style>
span { border-color: #308575; }
span { border-color: rgb(48,133,117); }
td.TdClassName
{
border-color: #308575;
}
.TagClassName
{
border-color: #308575;
}
</style>