Shades of Genoa #2D7765
Tints of Genoa #2D7765
RGB
CMYK
RGB Variations
Color information
#2D7765 (or 0x2D7765) is known color: Genoa. HEX triplet: 2D, 77 and 65. RGB value is (45,119,101). Sum of RGB (Red+Green+Blue) = 45+119+101=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7765 is #D2889A. Grayscale: #5E5E5E. Windows color (decimal): -13797531 or 6649645. OLE color: 6649645.
HSL color Cylindrical-coordinate representation of color #2D7765: hue angle of 165.41º 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 #2D7765 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 101 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.53 |
| HSL | 165.41º | 0.45% | 0.32% | - |
| HSV(B) | 165.41º | 0.62% | 0.47% | - |
| XYZ | 10.03 | 14.69 | 14.62 | - |
| YUV | 94.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 101 | 0.62 | 0 | 0.15 | 0.53 | 165.41 | 0.45 | 0.32 |
| Hex | 2D | 77 | 65 | 3E | 0 | F | 35 | A5 | 2D | 20 |
| Octal | 55 | 167 | 145 | 76 | 0 | 17 | 65 | 245 | 55 | 40 |
| Binary | 101101 | 1110111 | 1100101 | 111110 | 0 | 1111 | 110101 | 10100101 | 101101 | 100000 |
Color Harmonies of #2D7765
Complementary color
Monochromatic Colors of #2D7765
Black with #2D7765
Text Example
Text Example
White with #2D7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7765; }
p { color: rgb(45,119,101); }
H1.HeaderClassName
{
color: #2D7765;
}
.AnyTagClassName
{
color: #2D7765;
}
</style>
background-color css
<style>
a { background-color: #2D7765; }
a { background-color: rgb(45,119,101); }
div.DivClassName
{
background-color: #2D7765;
}
.BgClassName
{
background-color: #2D7765;
}
</style>
border-color css
<style>
span { border-color: #2D7765; }
span { border-color: rgb(45,119,101); }
td.TdClassName
{
border-color: #2D7765;
}
.TagClassName
{
border-color: #2D7765;
}
</style>