Shades of Genoa #2E816C
Tints of Genoa #2E816C
RGB
CMYK
RGB Variations
Color information
#2E816C (or 0x2E816C) is known color: Genoa. HEX triplet: 2E, 81 and 6C. RGB value is (46,129,108). Sum of RGB (Red+Green+Blue) = 46+129+108=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #2E816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E816C is #D17E93. Grayscale: #656565. Windows color (decimal): -13729428 or 7110958. OLE color: 7110958.
HSL color Cylindrical-coordinate representation of color #2E816C: hue angle of 164.82º 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 #2E816C is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 108 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.49 |
| HSL | 164.82º | 0.47% | 0.34% | - |
| HSV(B) | 164.82º | 0.64% | 0.51% | - |
| XYZ | 11.68 | 17.36 | 16.92 | - |
| YUV | 101.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 108 | 0.64 | 0 | 0.16 | 0.49 | 164.82 | 0.47 | 0.34 |
| Hex | 2E | 81 | 6C | 40 | 0 | 10 | 31 | A5 | 2F | 22 |
| Octal | 56 | 201 | 154 | 100 | 0 | 20 | 61 | 245 | 57 | 42 |
| Binary | 101110 | 10000001 | 1101100 | 1000000 | 0 | 10000 | 110001 | 10100101 | 101111 | 100010 |
Color Harmonies of #2E816C
Complementary color
Monochromatic Colors of #2E816C
Black with #2E816C
Text Example
Text Example
White with #2E816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E816C; }
p { color: rgb(46,129,108); }
H1.HeaderClassName
{
color: #2E816C;
}
.AnyTagClassName
{
color: #2E816C;
}
</style>
background-color css
<style>
a { background-color: #2E816C; }
a { background-color: rgb(46,129,108); }
div.DivClassName
{
background-color: #2E816C;
}
.BgClassName
{
background-color: #2E816C;
}
</style>
border-color css
<style>
span { border-color: #2E816C; }
span { border-color: rgb(46,129,108); }
td.TdClassName
{
border-color: #2E816C;
}
.TagClassName
{
border-color: #2E816C;
}
</style>