Shades of Genoa #2B755D
Tints of Genoa #2B755D
RGB
CMYK
RGB Variations
Color information
#2B755D (or 0x2B755D) is known color: Genoa. HEX triplet: 2B, 75 and 5D. RGB value is (43,117,93). Sum of RGB (Red+Green+Blue) = 43+117+93=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #2B755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B755D is #D48AA2. Grayscale: #5C5C5C. Windows color (decimal): -13929123 or 6124843. OLE color: 6124843.
HSL color Cylindrical-coordinate representation of color #2B755D: hue angle of 160.54º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B755D is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 93 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.54 |
| HSL | 160.54º | 0.46% | 0.31% | - |
| HSV(B) | 160.54º | 0.63% | 0.46% | - |
| XYZ | 9.33 | 14.03 | 12.57 | - |
| YUV | 92.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 93 | 0.63 | 0 | 0.21 | 0.54 | 160.54 | 0.46 | 0.31 |
| Hex | 2B | 75 | 5D | 3F | 0 | 15 | 36 | A1 | 2E | 1F |
| Octal | 53 | 165 | 135 | 77 | 0 | 25 | 66 | 241 | 56 | 37 |
| Binary | 101011 | 1110101 | 1011101 | 111111 | 0 | 10101 | 110110 | 10100001 | 101110 | 11111 |
Color Harmonies of #2B755D
Complementary color
Monochromatic Colors of #2B755D
Black with #2B755D
Text Example
Text Example
White with #2B755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B755D; }
p { color: rgb(43,117,93); }
H1.HeaderClassName
{
color: #2B755D;
}
.AnyTagClassName
{
color: #2B755D;
}
</style>
background-color css
<style>
a { background-color: #2B755D; }
a { background-color: rgb(43,117,93); }
div.DivClassName
{
background-color: #2B755D;
}
.BgClassName
{
background-color: #2B755D;
}
</style>
border-color css
<style>
span { border-color: #2B755D; }
span { border-color: rgb(43,117,93); }
td.TdClassName
{
border-color: #2B755D;
}
.TagClassName
{
border-color: #2B755D;
}
</style>