Shades of Genoa #2D776B
Tints of Genoa #2D776B
RGB
CMYK
RGB Variations
Color information
#2D776B (or 0x2D776B) is known color: Genoa. HEX triplet: 2D, 77 and 6B. RGB value is (45,119,107). Sum of RGB (Red+Green+Blue) = 45+119+107=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #2D776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D776B is #D28894. Grayscale: #5F5F5F. Windows color (decimal): -13797525 or 7042861. OLE color: 7042861.
HSL color Cylindrical-coordinate representation of color #2D776B: hue angle of 170.27º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D776B is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 107 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.53 |
| HSL | 170.27º | 0.45% | 0.32% | - |
| HSV(B) | 170.27º | 0.62% | 0.47% | - |
| XYZ | 10.33 | 14.81 | 16.22 | - |
| YUV | 95.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 107 | 0.62 | 0 | 0.10 | 0.53 | 170.27 | 0.45 | 0.32 |
| Hex | 2D | 77 | 6B | 3E | 0 | A | 35 | AA | 2D | 20 |
| Octal | 55 | 167 | 153 | 76 | 0 | 12 | 65 | 252 | 55 | 40 |
| Binary | 101101 | 1110111 | 1101011 | 111110 | 0 | 1010 | 110101 | 10101010 | 101101 | 100000 |
Color Harmonies of #2D776B
Complementary color
Monochromatic Colors of #2D776B
Black with #2D776B
Text Example
Text Example
White with #2D776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D776B; }
p { color: rgb(45,119,107); }
H1.HeaderClassName
{
color: #2D776B;
}
.AnyTagClassName
{
color: #2D776B;
}
</style>
background-color css
<style>
a { background-color: #2D776B; }
a { background-color: rgb(45,119,107); }
div.DivClassName
{
background-color: #2D776B;
}
.BgClassName
{
background-color: #2D776B;
}
</style>
border-color css
<style>
span { border-color: #2D776B; }
span { border-color: rgb(45,119,107); }
td.TdClassName
{
border-color: #2D776B;
}
.TagClassName
{
border-color: #2D776B;
}
</style>