Shades of Genoa #30826A
Tints of Genoa #30826A
RGB
CMYK
RGB Variations
Color information
#30826A (or 0x30826A) is known color: Genoa. HEX triplet: 30, 82 and 6A. RGB value is (48,130,106). Sum of RGB (Red+Green+Blue) = 48+130+106=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #30826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30826A is #CF7D95. Grayscale: #666666. Windows color (decimal): -13598102 or 6980144. OLE color: 6980144.
HSL color Cylindrical-coordinate representation of color #30826A: hue angle of 162.44º 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 #30826A is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 106 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.49 |
| HSL | 162.44º | 0.46% | 0.35% | - |
| HSV(B) | 162.44º | 0.63% | 0.51% | - |
| XYZ | 11.8 | 17.63 | 16.42 | - |
| YUV | 102.75 | 129.83 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 106 | 0.63 | 0 | 0.18 | 0.49 | 162.44 | 0.46 | 0.35 |
| Hex | 30 | 82 | 6A | 3F | 0 | 12 | 31 | A2 | 2E | 23 |
| Octal | 60 | 202 | 152 | 77 | 0 | 22 | 61 | 242 | 56 | 43 |
| Binary | 110000 | 10000010 | 1101010 | 111111 | 0 | 10010 | 110001 | 10100010 | 101110 | 100011 |
Color Harmonies of #30826A
Complementary color
Monochromatic Colors of #30826A
Black with #30826A
Text Example
Text Example
White with #30826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30826A; }
p { color: rgb(48,130,106); }
H1.HeaderClassName
{
color: #30826A;
}
.AnyTagClassName
{
color: #30826A;
}
</style>
background-color css
<style>
a { background-color: #30826A; }
a { background-color: rgb(48,130,106); }
div.DivClassName
{
background-color: #30826A;
}
.BgClassName
{
background-color: #30826A;
}
</style>
border-color css
<style>
span { border-color: #30826A; }
span { border-color: rgb(48,130,106); }
td.TdClassName
{
border-color: #30826A;
}
.TagClassName
{
border-color: #30826A;
}
</style>