Shades of Genoa #2B7363
Tints of Genoa #2B7363
RGB
CMYK
RGB Variations
Color information
#2B7363 (or 0x2B7363) is known color: Genoa. HEX triplet: 2B, 73 and 63. RGB value is (43,115,99). Sum of RGB (Red+Green+Blue) = 43+115+99=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7363 is #D48C9C. Grayscale: #5B5B5B. Windows color (decimal): -13929629 or 6517547. OLE color: 6517547.
HSL color Cylindrical-coordinate representation of color #2B7363: hue angle of 166.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7363 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 99 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.55 |
| HSL | 166.67º | 0.46% | 0.31% | - |
| HSV(B) | 166.67º | 0.63% | 0.45% | - |
| XYZ | 9.38 | 13.68 | 13.95 | - |
| YUV | 91.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 99 | 0.63 | 0 | 0.14 | 0.55 | 166.67 | 0.46 | 0.31 |
| Hex | 2B | 73 | 63 | 3F | 0 | E | 37 | A7 | 2E | 1F |
| Octal | 53 | 163 | 143 | 77 | 0 | 16 | 67 | 247 | 56 | 37 |
| Binary | 101011 | 1110011 | 1100011 | 111111 | 0 | 1110 | 110111 | 10100111 | 101110 | 11111 |
Color Harmonies of #2B7363
Complementary color
Monochromatic Colors of #2B7363
Black with #2B7363
Text Example
Text Example
White with #2B7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7363; }
p { color: rgb(43,115,99); }
H1.HeaderClassName
{
color: #2B7363;
}
.AnyTagClassName
{
color: #2B7363;
}
</style>
background-color css
<style>
a { background-color: #2B7363; }
a { background-color: rgb(43,115,99); }
div.DivClassName
{
background-color: #2B7363;
}
.BgClassName
{
background-color: #2B7363;
}
</style>
border-color css
<style>
span { border-color: #2B7363; }
span { border-color: rgb(43,115,99); }
td.TdClassName
{
border-color: #2B7363;
}
.TagClassName
{
border-color: #2B7363;
}
</style>