Shades of Genoa #2E7B71
Tints of Genoa #2E7B71
RGB
CMYK
RGB Variations
Color information
#2E7B71 (or 0x2E7B71) is known color: Genoa. HEX triplet: 2E, 7B and 71. RGB value is (46,123,113). Sum of RGB (Red+Green+Blue) = 46+123+113=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #2E7B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7B71 is #D1848E. Grayscale: #626262. Windows color (decimal): -13730959 or 7437102. OLE color: 7437102.
HSL color Cylindrical-coordinate representation of color #2E7B71: hue angle of 172.21º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7B71 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 123 | 113 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.52 |
| HSL | 172.21º | 0.46% | 0.33% | - |
| HSV(B) | 172.21º | 0.63% | 0.48% | - |
| XYZ | 11.19 | 15.94 | 18.11 | - |
| YUV | 98.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 113 | 0.63 | 0 | 0.08 | 0.52 | 172.21 | 0.46 | 0.33 |
| Hex | 2E | 7B | 71 | 3F | 0 | 8 | 34 | AC | 2E | 21 |
| Octal | 56 | 173 | 161 | 77 | 0 | 10 | 64 | 254 | 56 | 41 |
| Binary | 101110 | 1111011 | 1110001 | 111111 | 0 | 1000 | 110100 | 10101100 | 101110 | 100001 |
Color Harmonies of #2E7B71
Complementary color
Monochromatic Colors of #2E7B71
Black with #2E7B71
Text Example
Text Example
White with #2E7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7B71; }
p { color: rgb(46,123,113); }
H1.HeaderClassName
{
color: #2E7B71;
}
.AnyTagClassName
{
color: #2E7B71;
}
</style>
background-color css
<style>
a { background-color: #2E7B71; }
a { background-color: rgb(46,123,113); }
div.DivClassName
{
background-color: #2E7B71;
}
.BgClassName
{
background-color: #2E7B71;
}
</style>
border-color css
<style>
span { border-color: #2E7B71; }
span { border-color: rgb(46,123,113); }
td.TdClassName
{
border-color: #2E7B71;
}
.TagClassName
{
border-color: #2E7B71;
}
</style>