Shades of Genoa #2B8672
Tints of Genoa #2B8672
RGB
CMYK
RGB Variations
Color information
#2B8672 (or 0x2B8672) is known color: Genoa. HEX triplet: 2B, 86 and 72. RGB value is (43,134,114). Sum of RGB (Red+Green+Blue) = 43+134+114=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8672 is #D4798D. Grayscale: #686868. Windows color (decimal): -13924750 or 7505451. OLE color: 7505451.
HSL color Cylindrical-coordinate representation of color #2B8672: hue angle of 166.81º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8672 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 114 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.47 |
| HSL | 166.81º | 0.51% | 0.35% | - |
| HSV(B) | 166.81º | 0.68% | 0.53% | - |
| XYZ | 12.56 | 18.78 | 18.88 | - |
| YUV | 104.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 114 | 0.68 | 0 | 0.15 | 0.47 | 166.81 | 0.51 | 0.35 |
| Hex | 2B | 86 | 72 | 44 | 0 | F | 2F | A7 | 33 | 23 |
| Octal | 53 | 206 | 162 | 104 | 0 | 17 | 57 | 247 | 63 | 43 |
| Binary | 101011 | 10000110 | 1110010 | 1000100 | 0 | 1111 | 101111 | 10100111 | 110011 | 100011 |
Color Harmonies of #2B8672
Complementary color
Monochromatic Colors of #2B8672
Black with #2B8672
Text Example
Text Example
White with #2B8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8672; }
p { color: rgb(43,134,114); }
H1.HeaderClassName
{
color: #2B8672;
}
.AnyTagClassName
{
color: #2B8672;
}
</style>
background-color css
<style>
a { background-color: #2B8672; }
a { background-color: rgb(43,134,114); }
div.DivClassName
{
background-color: #2B8672;
}
.BgClassName
{
background-color: #2B8672;
}
</style>
border-color css
<style>
span { border-color: #2B8672; }
span { border-color: rgb(43,134,114); }
td.TdClassName
{
border-color: #2B8672;
}
.TagClassName
{
border-color: #2B8672;
}
</style>