Shades of Genoa #2B8172
Tints of Genoa #2B8172
RGB
CMYK
RGB Variations
Color information
#2B8172 (or 0x2B8172) is known color: Genoa. HEX triplet: 2B, 81 and 72. RGB value is (43,129,114). Sum of RGB (Red+Green+Blue) = 43+129+114=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8172 is #D47E8D. Grayscale: #656565. Windows color (decimal): -13926030 or 7504171. OLE color: 7504171.
HSL color Cylindrical-coordinate representation of color #2B8172: hue angle of 169.53º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8172 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 114 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.49 |
| HSL | 169.53º | 0.5% | 0.34% | - |
| HSV(B) | 169.53º | 0.67% | 0.51% | - |
| XYZ | 11.88 | 17.43 | 18.66 | - |
| YUV | 101.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 114 | 0.67 | 0 | 0.12 | 0.49 | 169.53 | 0.5 | 0.34 |
| Hex | 2B | 81 | 72 | 43 | 0 | C | 31 | AA | 32 | 22 |
| Octal | 53 | 201 | 162 | 103 | 0 | 14 | 61 | 252 | 62 | 42 |
| Binary | 101011 | 10000001 | 1110010 | 1000011 | 0 | 1100 | 110001 | 10101010 | 110010 | 100010 |
Color Harmonies of #2B8172
Complementary color
Monochromatic Colors of #2B8172
Black with #2B8172
Text Example
Text Example
White with #2B8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8172; }
p { color: rgb(43,129,114); }
H1.HeaderClassName
{
color: #2B8172;
}
.AnyTagClassName
{
color: #2B8172;
}
</style>
background-color css
<style>
a { background-color: #2B8172; }
a { background-color: rgb(43,129,114); }
div.DivClassName
{
background-color: #2B8172;
}
.BgClassName
{
background-color: #2B8172;
}
</style>
border-color css
<style>
span { border-color: #2B8172; }
span { border-color: rgb(43,129,114); }
td.TdClassName
{
border-color: #2B8172;
}
.TagClassName
{
border-color: #2B8172;
}
</style>