Shades of Genoa #2B765C
Tints of Genoa #2B765C
RGB
CMYK
RGB Variations
Color information
#2B765C (or 0x2B765C) is known color: Genoa. HEX triplet: 2B, 76 and 5C. RGB value is (43,118,92). Sum of RGB (Red+Green+Blue) = 43+118+92=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #2B765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B765C is #D489A3. Grayscale: #5C5C5C. Windows color (decimal): -13928868 or 6059563. OLE color: 6059563.
HSL color Cylindrical-coordinate representation of color #2B765C: hue angle of 159.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B765C is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 92 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.54 |
| HSL | 159.2º | 0.47% | 0.32% | - |
| HSV(B) | 159.2º | 0.64% | 0.46% | - |
| XYZ | 9.41 | 14.24 | 12.38 | - |
| YUV | 92.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 92 | 0.64 | 0 | 0.22 | 0.54 | 159.2 | 0.47 | 0.32 |
| Hex | 2B | 76 | 5C | 40 | 0 | 16 | 36 | 9F | 2F | 20 |
| Octal | 53 | 166 | 134 | 100 | 0 | 26 | 66 | 237 | 57 | 40 |
| Binary | 101011 | 1110110 | 1011100 | 1000000 | 0 | 10110 | 110110 | 10011111 | 101111 | 100000 |
Color Harmonies of #2B765C
Complementary color
Monochromatic Colors of #2B765C
Black with #2B765C
Text Example
Text Example
White with #2B765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B765C; }
p { color: rgb(43,118,92); }
H1.HeaderClassName
{
color: #2B765C;
}
.AnyTagClassName
{
color: #2B765C;
}
</style>
background-color css
<style>
a { background-color: #2B765C; }
a { background-color: rgb(43,118,92); }
div.DivClassName
{
background-color: #2B765C;
}
.BgClassName
{
background-color: #2B765C;
}
</style>
border-color css
<style>
span { border-color: #2B765C; }
span { border-color: rgb(43,118,92); }
td.TdClassName
{
border-color: #2B765C;
}
.TagClassName
{
border-color: #2B765C;
}
</style>