Shades of Genoa #2B7E6B
Tints of Genoa #2B7E6B
RGB
CMYK
RGB Variations
Color information
#2B7E6B (or 0x2B7E6B) is known color: Genoa. HEX triplet: 2B, 7E and 6B. RGB value is (43,126,107). Sum of RGB (Red+Green+Blue) = 43+126+107=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E6B is #D48194. Grayscale: #636363. Windows color (decimal): -13926805 or 7044651. OLE color: 7044651.
HSL color Cylindrical-coordinate representation of color #2B7E6B: hue angle of 166.27º 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 #2B7E6B is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 107 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.51 |
| HSL | 166.27º | 0.49% | 0.33% | - |
| HSV(B) | 166.27º | 0.66% | 0.49% | - |
| XYZ | 11.11 | 16.5 | 16.51 | - |
| YUV | 99.02 | 132.5 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 107 | 0.66 | 0 | 0.15 | 0.51 | 166.27 | 0.49 | 0.33 |
| Hex | 2B | 7E | 6B | 42 | 0 | F | 33 | A6 | 31 | 21 |
| Octal | 53 | 176 | 153 | 102 | 0 | 17 | 63 | 246 | 61 | 41 |
| Binary | 101011 | 1111110 | 1101011 | 1000010 | 0 | 1111 | 110011 | 10100110 | 110001 | 100001 |
Color Harmonies of #2B7E6B
Complementary color
Monochromatic Colors of #2B7E6B
Black with #2B7E6B
Text Example
Text Example
White with #2B7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E6B; }
p { color: rgb(43,126,107); }
H1.HeaderClassName
{
color: #2B7E6B;
}
.AnyTagClassName
{
color: #2B7E6B;
}
</style>
background-color css
<style>
a { background-color: #2B7E6B; }
a { background-color: rgb(43,126,107); }
div.DivClassName
{
background-color: #2B7E6B;
}
.BgClassName
{
background-color: #2B7E6B;
}
</style>
border-color css
<style>
span { border-color: #2B7E6B; }
span { border-color: rgb(43,126,107); }
td.TdClassName
{
border-color: #2B7E6B;
}
.TagClassName
{
border-color: #2B7E6B;
}
</style>