Shades of Genoa #2B8873
Tints of Genoa #2B8873
RGB
CMYK
RGB Variations
Color information
#2B8873 (or 0x2B8873) is known color: Genoa. HEX triplet: 2B, 88 and 73. RGB value is (43,136,115). Sum of RGB (Red+Green+Blue) = 43+136+115=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8873 is #D4778C. Grayscale: #696969. Windows color (decimal): -13924237 or 7571499. OLE color: 7571499.
HSL color Cylindrical-coordinate representation of color #2B8873: hue angle of 166.45º degrees, saturation: 0.52, 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 #2B8873 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 115 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.47 |
| HSL | 166.45º | 0.52% | 0.35% | - |
| HSV(B) | 166.45º | 0.68% | 0.53% | - |
| XYZ | 12.89 | 19.36 | 19.28 | - |
| YUV | 105.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 115 | 0.68 | 0 | 0.15 | 0.47 | 166.45 | 0.52 | 0.35 |
| Hex | 2B | 88 | 73 | 44 | 0 | F | 2F | A6 | 34 | 23 |
| Octal | 53 | 210 | 163 | 104 | 0 | 17 | 57 | 246 | 64 | 43 |
| Binary | 101011 | 10001000 | 1110011 | 1000100 | 0 | 1111 | 101111 | 10100110 | 110100 | 100011 |
Color Harmonies of #2B8873
Complementary color
Monochromatic Colors of #2B8873
Black with #2B8873
Text Example
Text Example
White with #2B8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8873; }
p { color: rgb(43,136,115); }
H1.HeaderClassName
{
color: #2B8873;
}
.AnyTagClassName
{
color: #2B8873;
}
</style>
background-color css
<style>
a { background-color: #2B8873; }
a { background-color: rgb(43,136,115); }
div.DivClassName
{
background-color: #2B8873;
}
.BgClassName
{
background-color: #2B8873;
}
</style>
border-color css
<style>
span { border-color: #2B8873; }
span { border-color: rgb(43,136,115); }
td.TdClassName
{
border-color: #2B8873;
}
.TagClassName
{
border-color: #2B8873;
}
</style>