Shades of Genoa #2E826C
Tints of Genoa #2E826C
RGB
CMYK
RGB Variations
Color information
#2E826C (or 0x2E826C) is known color: Genoa. HEX triplet: 2E, 82 and 6C. RGB value is (46,130,108). Sum of RGB (Red+Green+Blue) = 46+130+108=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #2E826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E826C is #D17D93. Grayscale: #666666. Windows color (decimal): -13729172 or 7111214. OLE color: 7111214.
HSL color Cylindrical-coordinate representation of color #2E826C: hue angle of 164.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E826C is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 130 | 108 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.49 |
| HSL | 164.29º | 0.48% | 0.35% | - |
| HSV(B) | 164.29º | 0.65% | 0.51% | - |
| XYZ | 11.82 | 17.63 | 16.97 | - |
| YUV | 102.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 130 | 108 | 0.65 | 0 | 0.17 | 0.49 | 164.29 | 0.48 | 0.35 |
| Hex | 2E | 82 | 6C | 41 | 0 | 11 | 31 | A4 | 30 | 23 |
| Octal | 56 | 202 | 154 | 101 | 0 | 21 | 61 | 244 | 60 | 43 |
| Binary | 101110 | 10000010 | 1101100 | 1000001 | 0 | 10001 | 110001 | 10100100 | 110000 | 100011 |
Color Harmonies of #2E826C
Complementary color
Monochromatic Colors of #2E826C
Black with #2E826C
Text Example
Text Example
White with #2E826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E826C; }
p { color: rgb(46,130,108); }
H1.HeaderClassName
{
color: #2E826C;
}
.AnyTagClassName
{
color: #2E826C;
}
</style>
background-color css
<style>
a { background-color: #2E826C; }
a { background-color: rgb(46,130,108); }
div.DivClassName
{
background-color: #2E826C;
}
.BgClassName
{
background-color: #2E826C;
}
</style>
border-color css
<style>
span { border-color: #2E826C; }
span { border-color: rgb(46,130,108); }
td.TdClassName
{
border-color: #2E826C;
}
.TagClassName
{
border-color: #2E826C;
}
</style>