Shades of Genoa #2B8471
Tints of Genoa #2B8471
RGB
CMYK
RGB Variations
Color information
#2B8471 (or 0x2B8471) is known color: Genoa. HEX triplet: 2B, 84 and 71. RGB value is (43,132,113). Sum of RGB (Red+Green+Blue) = 43+132+113=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8471 is #D47B8E. Grayscale: #676767. Windows color (decimal): -13925263 or 7439403. OLE color: 7439403.
HSL color Cylindrical-coordinate representation of color #2B8471: hue angle of 167.19º 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 #2B8471 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 113 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.48 |
| HSL | 167.19º | 0.51% | 0.34% | - |
| HSV(B) | 167.19º | 0.67% | 0.52% | - |
| XYZ | 12.23 | 18.21 | 18.49 | - |
| YUV | 103.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 113 | 0.67 | 0 | 0.14 | 0.48 | 167.19 | 0.51 | 0.34 |
| Hex | 2B | 84 | 71 | 43 | 0 | E | 30 | A7 | 33 | 22 |
| Octal | 53 | 204 | 161 | 103 | 0 | 16 | 60 | 247 | 63 | 42 |
| Binary | 101011 | 10000100 | 1110001 | 1000011 | 0 | 1110 | 110000 | 10100111 | 110011 | 100010 |
Color Harmonies of #2B8471
Complementary color
Monochromatic Colors of #2B8471
Black with #2B8471
Text Example
Text Example
White with #2B8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8471; }
p { color: rgb(43,132,113); }
H1.HeaderClassName
{
color: #2B8471;
}
.AnyTagClassName
{
color: #2B8471;
}
</style>
background-color css
<style>
a { background-color: #2B8471; }
a { background-color: rgb(43,132,113); }
div.DivClassName
{
background-color: #2B8471;
}
.BgClassName
{
background-color: #2B8471;
}
</style>
border-color css
<style>
span { border-color: #2B8471; }
span { border-color: rgb(43,132,113); }
td.TdClassName
{
border-color: #2B8471;
}
.TagClassName
{
border-color: #2B8471;
}
</style>