Shades of Genoa #2E8172
Tints of Genoa #2E8172
RGB
CMYK
RGB Variations
Color information
#2E8172 (or 0x2E8172) is known color: Genoa. HEX triplet: 2E, 81 and 72. RGB value is (46,129,114). Sum of RGB (Red+Green+Blue) = 46+129+114=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8172 is #D17E8D. Grayscale: #666666. Windows color (decimal): -13729422 or 7504174. OLE color: 7504174.
HSL color Cylindrical-coordinate representation of color #2E8172: hue angle of 169.16º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8172 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 114 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.49 |
| HSL | 169.16º | 0.47% | 0.34% | - |
| HSV(B) | 169.16º | 0.64% | 0.51% | - |
| XYZ | 12.01 | 17.5 | 18.66 | - |
| YUV | 102.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 114 | 0.64 | 0 | 0.12 | 0.49 | 169.16 | 0.47 | 0.34 |
| Hex | 2E | 81 | 72 | 40 | 0 | C | 31 | A9 | 2F | 22 |
| Octal | 56 | 201 | 162 | 100 | 0 | 14 | 61 | 251 | 57 | 42 |
| Binary | 101110 | 10000001 | 1110010 | 1000000 | 0 | 1100 | 110001 | 10101001 | 101111 | 100010 |
Color Harmonies of #2E8172
Complementary color
Monochromatic Colors of #2E8172
Black with #2E8172
Text Example
Text Example
White with #2E8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8172; }
p { color: rgb(46,129,114); }
H1.HeaderClassName
{
color: #2E8172;
}
.AnyTagClassName
{
color: #2E8172;
}
</style>
background-color css
<style>
a { background-color: #2E8172; }
a { background-color: rgb(46,129,114); }
div.DivClassName
{
background-color: #2E8172;
}
.BgClassName
{
background-color: #2E8172;
}
</style>
border-color css
<style>
span { border-color: #2E8172; }
span { border-color: rgb(46,129,114); }
td.TdClassName
{
border-color: #2E8172;
}
.TagClassName
{
border-color: #2E8172;
}
</style>