Shades of Genoa #2B7E6F
Tints of Genoa #2B7E6F
RGB
CMYK
RGB Variations
Color information
#2B7E6F (or 0x2B7E6F) is known color: Genoa. HEX triplet: 2B, 7E and 6F. RGB value is (43,126,111). Sum of RGB (Red+Green+Blue) = 43+126+111=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E6F is #D48190. Grayscale: #636363. Windows color (decimal): -13926801 or 7306795. OLE color: 7306795.
HSL color Cylindrical-coordinate representation of color #2B7E6F: hue angle of 169.16º 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 #2B7E6F is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 111 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.51 |
| HSL | 169.16º | 0.49% | 0.33% | - |
| HSV(B) | 169.16º | 0.66% | 0.49% | - |
| XYZ | 11.33 | 16.58 | 17.64 | - |
| YUV | 99.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 111 | 0.66 | 0 | 0.12 | 0.51 | 169.16 | 0.49 | 0.33 |
| Hex | 2B | 7E | 6F | 42 | 0 | C | 33 | A9 | 31 | 21 |
| Octal | 53 | 176 | 157 | 102 | 0 | 14 | 63 | 251 | 61 | 41 |
| Binary | 101011 | 1111110 | 1101111 | 1000010 | 0 | 1100 | 110011 | 10101001 | 110001 | 100001 |
Color Harmonies of #2B7E6F
Complementary color
Monochromatic Colors of #2B7E6F
Black with #2B7E6F
Text Example
Text Example
White with #2B7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E6F; }
p { color: rgb(43,126,111); }
H1.HeaderClassName
{
color: #2B7E6F;
}
.AnyTagClassName
{
color: #2B7E6F;
}
</style>
background-color css
<style>
a { background-color: #2B7E6F; }
a { background-color: rgb(43,126,111); }
div.DivClassName
{
background-color: #2B7E6F;
}
.BgClassName
{
background-color: #2B7E6F;
}
</style>
border-color css
<style>
span { border-color: #2B7E6F; }
span { border-color: rgb(43,126,111); }
td.TdClassName
{
border-color: #2B7E6F;
}
.TagClassName
{
border-color: #2B7E6F;
}
</style>