Shades of Genoa #2D7767
Tints of Genoa #2D7767
RGB
CMYK
RGB Variations
Color information
#2D7767 (or 0x2D7767) is known color: Genoa. HEX triplet: 2D, 77 and 67. RGB value is (45,119,103). Sum of RGB (Red+Green+Blue) = 45+119+103=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7767 is #D28898. Grayscale: #5F5F5F. Windows color (decimal): -13797529 or 6780717. OLE color: 6780717.
HSL color Cylindrical-coordinate representation of color #2D7767: hue angle of 167.03º 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 #2D7767 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 103 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.53 |
| HSL | 167.03º | 0.45% | 0.32% | - |
| HSV(B) | 167.03º | 0.62% | 0.47% | - |
| XYZ | 10.13 | 14.73 | 15.14 | - |
| YUV | 95.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 103 | 0.62 | 0 | 0.13 | 0.53 | 167.03 | 0.45 | 0.32 |
| Hex | 2D | 77 | 67 | 3E | 0 | D | 35 | A7 | 2D | 20 |
| Octal | 55 | 167 | 147 | 76 | 0 | 15 | 65 | 247 | 55 | 40 |
| Binary | 101101 | 1110111 | 1100111 | 111110 | 0 | 1101 | 110101 | 10100111 | 101101 | 100000 |
Color Harmonies of #2D7767
Complementary color
Monochromatic Colors of #2D7767
Black with #2D7767
Text Example
Text Example
White with #2D7767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7767; }
p { color: rgb(45,119,103); }
H1.HeaderClassName
{
color: #2D7767;
}
.AnyTagClassName
{
color: #2D7767;
}
</style>
background-color css
<style>
a { background-color: #2D7767; }
a { background-color: rgb(45,119,103); }
div.DivClassName
{
background-color: #2D7767;
}
.BgClassName
{
background-color: #2D7767;
}
</style>
border-color css
<style>
span { border-color: #2D7767; }
span { border-color: rgb(45,119,103); }
td.TdClassName
{
border-color: #2D7767;
}
.TagClassName
{
border-color: #2D7767;
}
</style>