Shades of Genoa #2E7367
Tints of Genoa #2E7367
RGB
CMYK
RGB Variations
Color information
#2E7367 (or 0x2E7367) is known color: Genoa. HEX triplet: 2E, 73 and 67. RGB value is (46,115,103). Sum of RGB (Red+Green+Blue) = 46+115+103=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7367 is #D18C98. Grayscale: #5C5C5C. Windows color (decimal): -13733017 or 6779694. OLE color: 6779694.
HSL color Cylindrical-coordinate representation of color #2E7367: hue angle of 169.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7367 is Cyan = 0.6, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 103 | - |
| CMYK | 0.6 | 0 | 0.10 | 0.55 |
| HSL | 169.57º | 0.43% | 0.32% | - |
| HSV(B) | 169.57º | 0.6% | 0.45% | - |
| XYZ | 9.71 | 13.82 | 14.99 | - |
| YUV | 93 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 103 | 0.6 | 0 | 0.10 | 0.55 | 169.57 | 0.43 | 0.32 |
| Hex | 2E | 73 | 67 | 3C | 0 | A | 37 | AA | 2B | 20 |
| Octal | 56 | 163 | 147 | 74 | 0 | 12 | 67 | 252 | 53 | 40 |
| Binary | 101110 | 1110011 | 1100111 | 111100 | 0 | 1010 | 110111 | 10101010 | 101011 | 100000 |
Color Harmonies of #2E7367
Complementary color
Monochromatic Colors of #2E7367
Black with #2E7367
Text Example
Text Example
White with #2E7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7367; }
p { color: rgb(46,115,103); }
H1.HeaderClassName
{
color: #2E7367;
}
.AnyTagClassName
{
color: #2E7367;
}
</style>
background-color css
<style>
a { background-color: #2E7367; }
a { background-color: rgb(46,115,103); }
div.DivClassName
{
background-color: #2E7367;
}
.BgClassName
{
background-color: #2E7367;
}
</style>
border-color css
<style>
span { border-color: #2E7367; }
span { border-color: rgb(46,115,103); }
td.TdClassName
{
border-color: #2E7367;
}
.TagClassName
{
border-color: #2E7367;
}
</style>