Shades of Genoa #2B7661
Tints of Genoa #2B7661
RGB
CMYK
RGB Variations
Color information
#2B7661 (or 0x2B7661) is known color: Genoa. HEX triplet: 2B, 76 and 61. RGB value is (43,118,97). Sum of RGB (Red+Green+Blue) = 43+118+97=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7661 is #D4899E. Grayscale: #5D5D5D. Windows color (decimal): -13928863 or 6387243. OLE color: 6387243.
HSL color Cylindrical-coordinate representation of color #2B7661: hue angle of 163.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7661 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 97 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.54 |
| HSL | 163.2º | 0.47% | 0.32% | - |
| HSV(B) | 163.2º | 0.64% | 0.46% | - |
| XYZ | 9.63 | 14.33 | 13.57 | - |
| YUV | 93.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 97 | 0.64 | 0 | 0.18 | 0.54 | 163.2 | 0.47 | 0.32 |
| Hex | 2B | 76 | 61 | 40 | 0 | 12 | 36 | A3 | 2F | 20 |
| Octal | 53 | 166 | 141 | 100 | 0 | 22 | 66 | 243 | 57 | 40 |
| Binary | 101011 | 1110110 | 1100001 | 1000000 | 0 | 10010 | 110110 | 10100011 | 101111 | 100000 |
Color Harmonies of #2B7661
Complementary color
Monochromatic Colors of #2B7661
Black with #2B7661
Text Example
Text Example
White with #2B7661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7661; }
p { color: rgb(43,118,97); }
H1.HeaderClassName
{
color: #2B7661;
}
.AnyTagClassName
{
color: #2B7661;
}
</style>
background-color css
<style>
a { background-color: #2B7661; }
a { background-color: rgb(43,118,97); }
div.DivClassName
{
background-color: #2B7661;
}
.BgClassName
{
background-color: #2B7661;
}
</style>
border-color css
<style>
span { border-color: #2B7661; }
span { border-color: rgb(43,118,97); }
td.TdClassName
{
border-color: #2B7661;
}
.TagClassName
{
border-color: #2B7661;
}
</style>