Shades of Genoa #2B7B61
Tints of Genoa #2B7B61
RGB
CMYK
RGB Variations
Color information
#2B7B61 (or 0x2B7B61) is known color: Genoa. HEX triplet: 2B, 7B and 61. RGB value is (43,123,97). Sum of RGB (Red+Green+Blue) = 43+123+97=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7B61 is #D4849E. Grayscale: #606060. Windows color (decimal): -13927583 or 6388523. OLE color: 6388523.
HSL color Cylindrical-coordinate representation of color #2B7B61: hue angle of 160.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7B61 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 97 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.52 |
| HSL | 160.5º | 0.48% | 0.33% | - |
| HSV(B) | 160.5º | 0.65% | 0.48% | - |
| XYZ | 10.24 | 15.54 | 13.77 | - |
| YUV | 96.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 97 | 0.65 | 0 | 0.21 | 0.52 | 160.5 | 0.48 | 0.33 |
| Hex | 2B | 7B | 61 | 41 | 0 | 15 | 34 | A0 | 30 | 21 |
| Octal | 53 | 173 | 141 | 101 | 0 | 25 | 64 | 240 | 60 | 41 |
| Binary | 101011 | 1111011 | 1100001 | 1000001 | 0 | 10101 | 110100 | 10100000 | 110000 | 100001 |
Color Harmonies of #2B7B61
Complementary color
Monochromatic Colors of #2B7B61
Black with #2B7B61
Text Example
Text Example
White with #2B7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B61; }
p { color: rgb(43,123,97); }
H1.HeaderClassName
{
color: #2B7B61;
}
.AnyTagClassName
{
color: #2B7B61;
}
</style>
background-color css
<style>
a { background-color: #2B7B61; }
a { background-color: rgb(43,123,97); }
div.DivClassName
{
background-color: #2B7B61;
}
.BgClassName
{
background-color: #2B7B61;
}
</style>
border-color css
<style>
span { border-color: #2B7B61; }
span { border-color: rgb(43,123,97); }
td.TdClassName
{
border-color: #2B7B61;
}
.TagClassName
{
border-color: #2B7B61;
}
</style>