Shades of Genoa #30826E
Tints of Genoa #30826E
RGB
CMYK
RGB Variations
Color information
#30826E (or 0x30826E) is known color: Genoa. HEX triplet: 30, 82 and 6E. RGB value is (48,130,110). Sum of RGB (Red+Green+Blue) = 48+130+110=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #30826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30826E is #CF7D91. Grayscale: #676767. Windows color (decimal): -13598098 or 7242288. OLE color: 7242288.
HSL color Cylindrical-coordinate representation of color #30826E: hue angle of 165.37º 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 #30826E is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 110 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.49 |
| HSL | 165.37º | 0.46% | 0.35% | - |
| HSV(B) | 165.37º | 0.63% | 0.51% | - |
| XYZ | 12.02 | 17.72 | 17.54 | - |
| YUV | 103.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 110 | 0.63 | 0 | 0.15 | 0.49 | 165.37 | 0.46 | 0.35 |
| Hex | 30 | 82 | 6E | 3F | 0 | F | 31 | A5 | 2E | 23 |
| Octal | 60 | 202 | 156 | 77 | 0 | 17 | 61 | 245 | 56 | 43 |
| Binary | 110000 | 10000010 | 1101110 | 111111 | 0 | 1111 | 110001 | 10100101 | 101110 | 100011 |
Color Harmonies of #30826E
Complementary color
Monochromatic Colors of #30826E
Black with #30826E
Text Example
Text Example
White with #30826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30826E; }
p { color: rgb(48,130,110); }
H1.HeaderClassName
{
color: #30826E;
}
.AnyTagClassName
{
color: #30826E;
}
</style>
background-color css
<style>
a { background-color: #30826E; }
a { background-color: rgb(48,130,110); }
div.DivClassName
{
background-color: #30826E;
}
.BgClassName
{
background-color: #30826E;
}
</style>
border-color css
<style>
span { border-color: #30826E; }
span { border-color: rgb(48,130,110); }
td.TdClassName
{
border-color: #30826E;
}
.TagClassName
{
border-color: #30826E;
}
</style>