Shades of Genoa #2B7961
Tints of Genoa #2B7961
RGB
CMYK
RGB Variations
Color information
#2B7961 (or 0x2B7961) is known color: Genoa. HEX triplet: 2B, 79 and 61. RGB value is (43,121,97). Sum of RGB (Red+Green+Blue) = 43+121+97=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7961 is #D4869E. Grayscale: #5E5E5E. Windows color (decimal): -13928095 or 6388011. OLE color: 6388011.
HSL color Cylindrical-coordinate representation of color #2B7961: hue angle of 161.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7961 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 121 | 97 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.53 |
| HSL | 161.54º | 0.48% | 0.32% | - |
| HSV(B) | 161.54º | 0.64% | 0.47% | - |
| XYZ | 9.99 | 15.05 | 13.69 | - |
| YUV | 94.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 97 | 0.64 | 0 | 0.20 | 0.53 | 161.54 | 0.48 | 0.32 |
| Hex | 2B | 79 | 61 | 40 | 0 | 14 | 35 | A2 | 30 | 20 |
| Octal | 53 | 171 | 141 | 100 | 0 | 24 | 65 | 242 | 60 | 40 |
| Binary | 101011 | 1111001 | 1100001 | 1000000 | 0 | 10100 | 110101 | 10100010 | 110000 | 100000 |
Color Harmonies of #2B7961
Complementary color
Monochromatic Colors of #2B7961
Black with #2B7961
Text Example
Text Example
White with #2B7961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7961; }
p { color: rgb(43,121,97); }
H1.HeaderClassName
{
color: #2B7961;
}
.AnyTagClassName
{
color: #2B7961;
}
</style>
background-color css
<style>
a { background-color: #2B7961; }
a { background-color: rgb(43,121,97); }
div.DivClassName
{
background-color: #2B7961;
}
.BgClassName
{
background-color: #2B7961;
}
</style>
border-color css
<style>
span { border-color: #2B7961; }
span { border-color: rgb(43,121,97); }
td.TdClassName
{
border-color: #2B7961;
}
.TagClassName
{
border-color: #2B7961;
}
</style>