Shades of Genoa #2E816A
Tints of Genoa #2E816A
RGB
CMYK
RGB Variations
Color information
#2E816A (or 0x2E816A) is known color: Genoa. HEX triplet: 2E, 81 and 6A. RGB value is (46,129,106). Sum of RGB (Red+Green+Blue) = 46+129+106=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #2E816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E816A is #D17E95. Grayscale: #656565. Windows color (decimal): -13729430 or 6979886. OLE color: 6979886.
HSL color Cylindrical-coordinate representation of color #2E816A: hue angle of 163.37º 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 #2E816A is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 106 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.49 |
| HSL | 163.37º | 0.47% | 0.34% | - |
| HSV(B) | 163.37º | 0.64% | 0.51% | - |
| XYZ | 11.58 | 17.32 | 16.37 | - |
| YUV | 101.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 106 | 0.64 | 0 | 0.18 | 0.49 | 163.37 | 0.47 | 0.34 |
| Hex | 2E | 81 | 6A | 40 | 0 | 12 | 31 | A3 | 2F | 22 |
| Octal | 56 | 201 | 152 | 100 | 0 | 22 | 61 | 243 | 57 | 42 |
| Binary | 101110 | 10000001 | 1101010 | 1000000 | 0 | 10010 | 110001 | 10100011 | 101111 | 100010 |
Color Harmonies of #2E816A
Complementary color
Monochromatic Colors of #2E816A
Black with #2E816A
Text Example
Text Example
White with #2E816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E816A; }
p { color: rgb(46,129,106); }
H1.HeaderClassName
{
color: #2E816A;
}
.AnyTagClassName
{
color: #2E816A;
}
</style>
background-color css
<style>
a { background-color: #2E816A; }
a { background-color: rgb(46,129,106); }
div.DivClassName
{
background-color: #2E816A;
}
.BgClassName
{
background-color: #2E816A;
}
</style>
border-color css
<style>
span { border-color: #2E816A; }
span { border-color: rgb(46,129,106); }
td.TdClassName
{
border-color: #2E816A;
}
.TagClassName
{
border-color: #2E816A;
}
</style>