Shades of Genoa #2B8470
Tints of Genoa #2B8470
RGB
CMYK
RGB Variations
Color information
#2B8470 (or 0x2B8470) is known color: Genoa. HEX triplet: 2B, 84 and 70. RGB value is (43,132,112). Sum of RGB (Red+Green+Blue) = 43+132+112=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8470 is #D47B8F. Grayscale: #676767. Windows color (decimal): -13925264 or 7373867. OLE color: 7373867.
HSL color Cylindrical-coordinate representation of color #2B8470: hue angle of 166.52º 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 #2B8470 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 112 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.48 |
| HSL | 166.52º | 0.51% | 0.34% | - |
| HSV(B) | 166.52º | 0.67% | 0.52% | - |
| XYZ | 12.17 | 18.19 | 18.2 | - |
| YUV | 103.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 112 | 0.67 | 0 | 0.15 | 0.48 | 166.52 | 0.51 | 0.34 |
| Hex | 2B | 84 | 70 | 43 | 0 | F | 30 | A7 | 33 | 22 |
| Octal | 53 | 204 | 160 | 103 | 0 | 17 | 60 | 247 | 63 | 42 |
| Binary | 101011 | 10000100 | 1110000 | 1000011 | 0 | 1111 | 110000 | 10100111 | 110011 | 100010 |
Color Harmonies of #2B8470
Complementary color
Monochromatic Colors of #2B8470
Black with #2B8470
Text Example
Text Example
White with #2B8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8470; }
p { color: rgb(43,132,112); }
H1.HeaderClassName
{
color: #2B8470;
}
.AnyTagClassName
{
color: #2B8470;
}
</style>
background-color css
<style>
a { background-color: #2B8470; }
a { background-color: rgb(43,132,112); }
div.DivClassName
{
background-color: #2B8470;
}
.BgClassName
{
background-color: #2B8470;
}
</style>
border-color css
<style>
span { border-color: #2B8470; }
span { border-color: rgb(43,132,112); }
td.TdClassName
{
border-color: #2B8470;
}
.TagClassName
{
border-color: #2B8470;
}
</style>