Shades of Genoa #2B826C
Tints of Genoa #2B826C
RGB
CMYK
RGB Variations
Color information
#2B826C (or 0x2B826C) is known color: Genoa. HEX triplet: 2B, 82 and 6C. RGB value is (43,130,108). Sum of RGB (Red+Green+Blue) = 43+130+108=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #2B826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B826C is #D47D93. Grayscale: #656565. Windows color (decimal): -13925780 or 7111211. OLE color: 7111211.
HSL color Cylindrical-coordinate representation of color #2B826C: hue angle of 164.83º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B826C is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 108 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.49 |
| HSL | 164.83º | 0.5% | 0.34% | - |
| HSV(B) | 164.83º | 0.67% | 0.51% | - |
| XYZ | 11.69 | 17.56 | 16.96 | - |
| YUV | 101.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 108 | 0.67 | 0 | 0.17 | 0.49 | 164.83 | 0.5 | 0.34 |
| Hex | 2B | 82 | 6C | 43 | 0 | 11 | 31 | A5 | 32 | 22 |
| Octal | 53 | 202 | 154 | 103 | 0 | 21 | 61 | 245 | 62 | 42 |
| Binary | 101011 | 10000010 | 1101100 | 1000011 | 0 | 10001 | 110001 | 10100101 | 110010 | 100010 |
Color Harmonies of #2B826C
Complementary color
Monochromatic Colors of #2B826C
Black with #2B826C
Text Example
Text Example
White with #2B826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B826C; }
p { color: rgb(43,130,108); }
H1.HeaderClassName
{
color: #2B826C;
}
.AnyTagClassName
{
color: #2B826C;
}
</style>
background-color css
<style>
a { background-color: #2B826C; }
a { background-color: rgb(43,130,108); }
div.DivClassName
{
background-color: #2B826C;
}
.BgClassName
{
background-color: #2B826C;
}
</style>
border-color css
<style>
span { border-color: #2B826C; }
span { border-color: rgb(43,130,108); }
td.TdClassName
{
border-color: #2B826C;
}
.TagClassName
{
border-color: #2B826C;
}
</style>