Shades of Genoa #2B806B
Tints of Genoa #2B806B
RGB
CMYK
RGB Variations
Color information
#2B806B (or 0x2B806B) is known color: Genoa. HEX triplet: 2B, 80 and 6B. RGB value is (43,128,107). Sum of RGB (Red+Green+Blue) = 43+128+107=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #2B806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B806B is #D47F94. Grayscale: #646464. Windows color (decimal): -13926293 or 7045163. OLE color: 7045163.
HSL color Cylindrical-coordinate representation of color #2B806B: hue angle of 165.18º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B806B is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 107 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.50 |
| HSL | 165.18º | 0.5% | 0.34% | - |
| HSV(B) | 165.18º | 0.66% | 0.5% | - |
| XYZ | 11.37 | 17.01 | 16.59 | - |
| YUV | 100.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 107 | 0.66 | 0 | 0.16 | 0.50 | 165.18 | 0.5 | 0.34 |
| Hex | 2B | 80 | 6B | 42 | 0 | 10 | 32 | A5 | 32 | 22 |
| Octal | 53 | 200 | 153 | 102 | 0 | 20 | 62 | 245 | 62 | 42 |
| Binary | 101011 | 10000000 | 1101011 | 1000010 | 0 | 10000 | 110010 | 10100101 | 110010 | 100010 |
Color Harmonies of #2B806B
Complementary color
Monochromatic Colors of #2B806B
Black with #2B806B
Text Example
Text Example
White with #2B806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B806B; }
p { color: rgb(43,128,107); }
H1.HeaderClassName
{
color: #2B806B;
}
.AnyTagClassName
{
color: #2B806B;
}
</style>
background-color css
<style>
a { background-color: #2B806B; }
a { background-color: rgb(43,128,107); }
div.DivClassName
{
background-color: #2B806B;
}
.BgClassName
{
background-color: #2B806B;
}
</style>
border-color css
<style>
span { border-color: #2B806B; }
span { border-color: rgb(43,128,107); }
td.TdClassName
{
border-color: #2B806B;
}
.TagClassName
{
border-color: #2B806B;
}
</style>