Shades of Genoa #308373
Tints of Genoa #308373
RGB
CMYK
RGB Variations
Color information
#308373 (or 0x308373) is known color: Genoa. HEX triplet: 30, 83 and 73. RGB value is (48,131,115). Sum of RGB (Red+Green+Blue) = 48+131+115=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #308373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308373 is #CF7C8C. Grayscale: #686868. Windows color (decimal): -13597837 or 7570224. OLE color: 7570224.
HSL color Cylindrical-coordinate representation of color #308373: hue angle of 168.43º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308373 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 115 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.49 |
| HSL | 168.43º | 0.46% | 0.35% | - |
| HSV(B) | 168.43º | 0.63% | 0.51% | - |
| XYZ | 12.43 | 18.1 | 19.06 | - |
| YUV | 104.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 115 | 0.63 | 0 | 0.12 | 0.49 | 168.43 | 0.46 | 0.35 |
| Hex | 30 | 83 | 73 | 3F | 0 | C | 31 | A8 | 2E | 23 |
| Octal | 60 | 203 | 163 | 77 | 0 | 14 | 61 | 250 | 56 | 43 |
| Binary | 110000 | 10000011 | 1110011 | 111111 | 0 | 1100 | 110001 | 10101000 | 101110 | 100011 |
Color Harmonies of #308373
Complementary color
Monochromatic Colors of #308373
Black with #308373
Text Example
Text Example
White with #308373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308373; }
p { color: rgb(48,131,115); }
H1.HeaderClassName
{
color: #308373;
}
.AnyTagClassName
{
color: #308373;
}
</style>
background-color css
<style>
a { background-color: #308373; }
a { background-color: rgb(48,131,115); }
div.DivClassName
{
background-color: #308373;
}
.BgClassName
{
background-color: #308373;
}
</style>
border-color css
<style>
span { border-color: #308373; }
span { border-color: rgb(48,131,115); }
td.TdClassName
{
border-color: #308373;
}
.TagClassName
{
border-color: #308373;
}
</style>