Shades of Genoa #2B775D
Tints of Genoa #2B775D
RGB
CMYK
RGB Variations
Color information
#2B775D (or 0x2B775D) is known color: Genoa. HEX triplet: 2B, 77 and 5D. RGB value is (43,119,93). Sum of RGB (Red+Green+Blue) = 43+119+93=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #2B775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B775D is #D488A2. Grayscale: #5D5D5D. Windows color (decimal): -13928611 or 6125355. OLE color: 6125355.
HSL color Cylindrical-coordinate representation of color #2B775D: hue angle of 159.47º degrees, saturation: 0.47, 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 #2B775D is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 93 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.53 |
| HSL | 159.47º | 0.47% | 0.32% | - |
| HSV(B) | 159.47º | 0.64% | 0.47% | - |
| XYZ | 9.57 | 14.5 | 12.65 | - |
| YUV | 93.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 93 | 0.64 | 0 | 0.22 | 0.53 | 159.47 | 0.47 | 0.32 |
| Hex | 2B | 77 | 5D | 40 | 0 | 16 | 35 | 9F | 2F | 20 |
| Octal | 53 | 167 | 135 | 100 | 0 | 26 | 65 | 237 | 57 | 40 |
| Binary | 101011 | 1110111 | 1011101 | 1000000 | 0 | 10110 | 110101 | 10011111 | 101111 | 100000 |
Color Harmonies of #2B775D
Complementary color
Monochromatic Colors of #2B775D
Black with #2B775D
Text Example
Text Example
White with #2B775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B775D; }
p { color: rgb(43,119,93); }
H1.HeaderClassName
{
color: #2B775D;
}
.AnyTagClassName
{
color: #2B775D;
}
</style>
background-color css
<style>
a { background-color: #2B775D; }
a { background-color: rgb(43,119,93); }
div.DivClassName
{
background-color: #2B775D;
}
.BgClassName
{
background-color: #2B775D;
}
</style>
border-color css
<style>
span { border-color: #2B775D; }
span { border-color: rgb(43,119,93); }
td.TdClassName
{
border-color: #2B775D;
}
.TagClassName
{
border-color: #2B775D;
}
</style>