Shades of Genoa #2D765C
Tints of Genoa #2D765C
RGB
CMYK
RGB Variations
Color information
#2D765C (or 0x2D765C) is known color: Genoa. HEX triplet: 2D, 76 and 5C. RGB value is (45,118,92). Sum of RGB (Red+Green+Blue) = 45+118+92=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #2D765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D765C is #D289A3. Grayscale: #5D5D5D. Windows color (decimal): -13797796 or 6059565. OLE color: 6059565.
HSL color Cylindrical-coordinate representation of color #2D765C: hue angle of 158.63º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D765C is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 92 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.54 |
| HSL | 158.63º | 0.45% | 0.32% | - |
| HSV(B) | 158.63º | 0.62% | 0.46% | - |
| XYZ | 9.49 | 14.29 | 12.38 | - |
| YUV | 93.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 92 | 0.62 | 0 | 0.22 | 0.54 | 158.63 | 0.45 | 0.32 |
| Hex | 2D | 76 | 5C | 3E | 0 | 16 | 36 | 9F | 2D | 20 |
| Octal | 55 | 166 | 134 | 76 | 0 | 26 | 66 | 237 | 55 | 40 |
| Binary | 101101 | 1110110 | 1011100 | 111110 | 0 | 10110 | 110110 | 10011111 | 101101 | 100000 |
Color Harmonies of #2D765C
Complementary color
Monochromatic Colors of #2D765C
Black with #2D765C
Text Example
Text Example
White with #2D765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D765C; }
p { color: rgb(45,118,92); }
H1.HeaderClassName
{
color: #2D765C;
}
.AnyTagClassName
{
color: #2D765C;
}
</style>
background-color css
<style>
a { background-color: #2D765C; }
a { background-color: rgb(45,118,92); }
div.DivClassName
{
background-color: #2D765C;
}
.BgClassName
{
background-color: #2D765C;
}
</style>
border-color css
<style>
span { border-color: #2D765C; }
span { border-color: rgb(45,118,92); }
td.TdClassName
{
border-color: #2D765C;
}
.TagClassName
{
border-color: #2D765C;
}
</style>