Shades of Genoa #2C826E
Tints of Genoa #2C826E
RGB
CMYK
RGB Variations
Color information
#2C826E (or 0x2C826E) is known color: Genoa. HEX triplet: 2C, 82 and 6E. RGB value is (44,130,110). Sum of RGB (Red+Green+Blue) = 44+130+110=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #2C826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C826E is #D37D91. Grayscale: #666666. Windows color (decimal): -13860242 or 7242284. OLE color: 7242284.
HSL color Cylindrical-coordinate representation of color #2C826E: hue angle of 166.05º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C826E is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 130 | 110 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.49 |
| HSL | 166.05º | 0.49% | 0.34% | - |
| HSV(B) | 166.05º | 0.66% | 0.51% | - |
| XYZ | 11.84 | 17.63 | 17.53 | - |
| YUV | 102.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 110 | 0.66 | 0 | 0.15 | 0.49 | 166.05 | 0.49 | 0.34 |
| Hex | 2C | 82 | 6E | 42 | 0 | F | 31 | A6 | 31 | 22 |
| Octal | 54 | 202 | 156 | 102 | 0 | 17 | 61 | 246 | 61 | 42 |
| Binary | 101100 | 10000010 | 1101110 | 1000010 | 0 | 1111 | 110001 | 10100110 | 110001 | 100010 |
Color Harmonies of #2C826E
Complementary color
Monochromatic Colors of #2C826E
Black with #2C826E
Text Example
Text Example
White with #2C826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C826E; }
p { color: rgb(44,130,110); }
H1.HeaderClassName
{
color: #2C826E;
}
.AnyTagClassName
{
color: #2C826E;
}
</style>
background-color css
<style>
a { background-color: #2C826E; }
a { background-color: rgb(44,130,110); }
div.DivClassName
{
background-color: #2C826E;
}
.BgClassName
{
background-color: #2C826E;
}
</style>
border-color css
<style>
span { border-color: #2C826E; }
span { border-color: rgb(44,130,110); }
td.TdClassName
{
border-color: #2C826E;
}
.TagClassName
{
border-color: #2C826E;
}
</style>