Shades of Genoa #2B7F70
Tints of Genoa #2B7F70
RGB
CMYK
RGB Variations
Color information
#2B7F70 (or 0x2B7F70) is known color: Genoa. HEX triplet: 2B, 7F and 70. RGB value is (43,127,112). Sum of RGB (Red+Green+Blue) = 43+127+112=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F70 is #D4808F. Grayscale: #646464. Windows color (decimal): -13926544 or 7372587. OLE color: 7372587.
HSL color Cylindrical-coordinate representation of color #2B7F70: hue angle of 169.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F70 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 112 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.50 |
| HSL | 169.29º | 0.49% | 0.33% | - |
| HSV(B) | 169.29º | 0.66% | 0.5% | - |
| XYZ | 11.51 | 16.86 | 17.98 | - |
| YUV | 100.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 112 | 0.66 | 0 | 0.12 | 0.50 | 169.29 | 0.49 | 0.33 |
| Hex | 2B | 7F | 70 | 42 | 0 | C | 32 | A9 | 31 | 21 |
| Octal | 53 | 177 | 160 | 102 | 0 | 14 | 62 | 251 | 61 | 41 |
| Binary | 101011 | 1111111 | 1110000 | 1000010 | 0 | 1100 | 110010 | 10101001 | 110001 | 100001 |
Color Harmonies of #2B7F70
Complementary color
Monochromatic Colors of #2B7F70
Black with #2B7F70
Text Example
Text Example
White with #2B7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F70; }
p { color: rgb(43,127,112); }
H1.HeaderClassName
{
color: #2B7F70;
}
.AnyTagClassName
{
color: #2B7F70;
}
</style>
background-color css
<style>
a { background-color: #2B7F70; }
a { background-color: rgb(43,127,112); }
div.DivClassName
{
background-color: #2B7F70;
}
.BgClassName
{
background-color: #2B7F70;
}
</style>
border-color css
<style>
span { border-color: #2B7F70; }
span { border-color: rgb(43,127,112); }
td.TdClassName
{
border-color: #2B7F70;
}
.TagClassName
{
border-color: #2B7F70;
}
</style>