Shades of Genoa #2B7D63
Tints of Genoa #2B7D63
RGB
CMYK
RGB Variations
Color information
#2B7D63 (or 0x2B7D63) is known color: Genoa. HEX triplet: 2B, 7D and 63. RGB value is (43,125,99). Sum of RGB (Red+Green+Blue) = 43+125+99=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7D63 is #D4829C. Grayscale: #616161. Windows color (decimal): -13927069 or 6520107. OLE color: 6520107.
HSL color Cylindrical-coordinate representation of color #2B7D63: hue angle of 160.98º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7D63 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 125 | 99 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.51 |
| HSL | 160.98º | 0.49% | 0.33% | - |
| HSV(B) | 160.98º | 0.66% | 0.49% | - |
| XYZ | 10.58 | 16.08 | 14.35 | - |
| YUV | 97.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 99 | 0.66 | 0 | 0.21 | 0.51 | 160.98 | 0.49 | 0.33 |
| Hex | 2B | 7D | 63 | 42 | 0 | 15 | 33 | A1 | 31 | 21 |
| Octal | 53 | 175 | 143 | 102 | 0 | 25 | 63 | 241 | 61 | 41 |
| Binary | 101011 | 1111101 | 1100011 | 1000010 | 0 | 10101 | 110011 | 10100001 | 110001 | 100001 |
Color Harmonies of #2B7D63
Complementary color
Monochromatic Colors of #2B7D63
Black with #2B7D63
Text Example
Text Example
White with #2B7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D63; }
p { color: rgb(43,125,99); }
H1.HeaderClassName
{
color: #2B7D63;
}
.AnyTagClassName
{
color: #2B7D63;
}
</style>
background-color css
<style>
a { background-color: #2B7D63; }
a { background-color: rgb(43,125,99); }
div.DivClassName
{
background-color: #2B7D63;
}
.BgClassName
{
background-color: #2B7D63;
}
</style>
border-color css
<style>
span { border-color: #2B7D63; }
span { border-color: rgb(43,125,99); }
td.TdClassName
{
border-color: #2B7D63;
}
.TagClassName
{
border-color: #2B7D63;
}
</style>