Shades of Genoa #2B856D
Tints of Genoa #2B856D
RGB
CMYK
RGB Variations
Color information
#2B856D (or 0x2B856D) is known color: Genoa. HEX triplet: 2B, 85 and 6D. RGB value is (43,133,109). Sum of RGB (Red+Green+Blue) = 43+133+109=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #2B856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B856D is #D47A92. Grayscale: #676767. Windows color (decimal): -13925011 or 7177515. OLE color: 7177515.
HSL color Cylindrical-coordinate representation of color #2B856D: hue angle of 164º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B856D is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 109 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.48 |
| HSL | 164º | 0.51% | 0.35% | - |
| HSV(B) | 164º | 0.68% | 0.52% | - |
| XYZ | 12.14 | 18.39 | 17.38 | - |
| YUV | 103.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 109 | 0.68 | 0 | 0.18 | 0.48 | 164 | 0.51 | 0.35 |
| Hex | 2B | 85 | 6D | 44 | 0 | 12 | 30 | A4 | 33 | 23 |
| Octal | 53 | 205 | 155 | 104 | 0 | 22 | 60 | 244 | 63 | 43 |
| Binary | 101011 | 10000101 | 1101101 | 1000100 | 0 | 10010 | 110000 | 10100100 | 110011 | 100011 |
Color Harmonies of #2B856D
Complementary color
Monochromatic Colors of #2B856D
Black with #2B856D
Text Example
Text Example
White with #2B856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B856D; }
p { color: rgb(43,133,109); }
H1.HeaderClassName
{
color: #2B856D;
}
.AnyTagClassName
{
color: #2B856D;
}
</style>
background-color css
<style>
a { background-color: #2B856D; }
a { background-color: rgb(43,133,109); }
div.DivClassName
{
background-color: #2B856D;
}
.BgClassName
{
background-color: #2B856D;
}
</style>
border-color css
<style>
span { border-color: #2B856D; }
span { border-color: rgb(43,133,109); }
td.TdClassName
{
border-color: #2B856D;
}
.TagClassName
{
border-color: #2B856D;
}
</style>