Shades of Genoa #2B7D71
Tints of Genoa #2B7D71
RGB
CMYK
RGB Variations
Color information
#2B7D71 (or 0x2B7D71) is known color: Genoa. HEX triplet: 2B, 7D and 71. RGB value is (43,125,113). Sum of RGB (Red+Green+Blue) = 43+125+113=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7D71 is #D4828E. Grayscale: #636363. Windows color (decimal): -13927055 or 7437611. OLE color: 7437611.
HSL color Cylindrical-coordinate representation of color #2B7D71: hue angle of 171.22º 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 #2B7D71 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 125 | 113 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.51 |
| HSL | 171.22º | 0.49% | 0.33% | - |
| HSV(B) | 171.22º | 0.66% | 0.49% | - |
| XYZ | 11.31 | 16.37 | 18.19 | - |
| YUV | 99.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 113 | 0.66 | 0 | 0.10 | 0.51 | 171.22 | 0.49 | 0.33 |
| Hex | 2B | 7D | 71 | 42 | 0 | A | 33 | AB | 31 | 21 |
| Octal | 53 | 175 | 161 | 102 | 0 | 12 | 63 | 253 | 61 | 41 |
| Binary | 101011 | 1111101 | 1110001 | 1000010 | 0 | 1010 | 110011 | 10101011 | 110001 | 100001 |
Color Harmonies of #2B7D71
Complementary color
Monochromatic Colors of #2B7D71
Black with #2B7D71
Text Example
Text Example
White with #2B7D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D71; }
p { color: rgb(43,125,113); }
H1.HeaderClassName
{
color: #2B7D71;
}
.AnyTagClassName
{
color: #2B7D71;
}
</style>
background-color css
<style>
a { background-color: #2B7D71; }
a { background-color: rgb(43,125,113); }
div.DivClassName
{
background-color: #2B7D71;
}
.BgClassName
{
background-color: #2B7D71;
}
</style>
border-color css
<style>
span { border-color: #2B7D71; }
span { border-color: rgb(43,125,113); }
td.TdClassName
{
border-color: #2B7D71;
}
.TagClassName
{
border-color: #2B7D71;
}
</style>