Shades of Genoa #2B846E
Tints of Genoa #2B846E
RGB
CMYK
RGB Variations
Color information
#2B846E (or 0x2B846E) is known color: Genoa. HEX triplet: 2B, 84 and 6E. RGB value is (43,132,110). Sum of RGB (Red+Green+Blue) = 43+132+110=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #2B846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B846E is #D47B91. Grayscale: #666666. Windows color (decimal): -13925266 or 7242795. OLE color: 7242795.
HSL color Cylindrical-coordinate representation of color #2B846E: hue angle of 165.17º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B846E is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 110 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.48 |
| HSL | 165.17º | 0.51% | 0.34% | - |
| HSV(B) | 165.17º | 0.67% | 0.52% | - |
| XYZ | 12.06 | 18.14 | 17.62 | - |
| YUV | 102.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 110 | 0.67 | 0 | 0.17 | 0.48 | 165.17 | 0.51 | 0.34 |
| Hex | 2B | 84 | 6E | 43 | 0 | 11 | 30 | A5 | 33 | 22 |
| Octal | 53 | 204 | 156 | 103 | 0 | 21 | 60 | 245 | 63 | 42 |
| Binary | 101011 | 10000100 | 1101110 | 1000011 | 0 | 10001 | 110000 | 10100101 | 110011 | 100010 |
Color Harmonies of #2B846E
Complementary color
Monochromatic Colors of #2B846E
Black with #2B846E
Text Example
Text Example
White with #2B846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B846E; }
p { color: rgb(43,132,110); }
H1.HeaderClassName
{
color: #2B846E;
}
.AnyTagClassName
{
color: #2B846E;
}
</style>
background-color css
<style>
a { background-color: #2B846E; }
a { background-color: rgb(43,132,110); }
div.DivClassName
{
background-color: #2B846E;
}
.BgClassName
{
background-color: #2B846E;
}
</style>
border-color css
<style>
span { border-color: #2B846E; }
span { border-color: rgb(43,132,110); }
td.TdClassName
{
border-color: #2B846E;
}
.TagClassName
{
border-color: #2B846E;
}
</style>