Shades of Genoa #2B816D
Tints of Genoa #2B816D
RGB
CMYK
RGB Variations
Color information
#2B816D (or 0x2B816D) is known color: Genoa. HEX triplet: 2B, 81 and 6D. RGB value is (43,129,109). Sum of RGB (Red+Green+Blue) = 43+129+109=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #2B816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B816D is #D47E92. Grayscale: #656565. Windows color (decimal): -13926035 or 7176491. OLE color: 7176491.
HSL color Cylindrical-coordinate representation of color #2B816D: hue angle of 166.05º 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 #2B816D is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 109 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.49 |
| HSL | 166.05º | 0.5% | 0.34% | - |
| HSV(B) | 166.05º | 0.67% | 0.51% | - |
| XYZ | 11.61 | 17.32 | 17.2 | - |
| YUV | 101.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 109 | 0.67 | 0 | 0.16 | 0.49 | 166.05 | 0.5 | 0.34 |
| Hex | 2B | 81 | 6D | 43 | 0 | 10 | 31 | A6 | 32 | 22 |
| Octal | 53 | 201 | 155 | 103 | 0 | 20 | 61 | 246 | 62 | 42 |
| Binary | 101011 | 10000001 | 1101101 | 1000011 | 0 | 10000 | 110001 | 10100110 | 110010 | 100010 |
Color Harmonies of #2B816D
Complementary color
Monochromatic Colors of #2B816D
Black with #2B816D
Text Example
Text Example
White with #2B816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B816D; }
p { color: rgb(43,129,109); }
H1.HeaderClassName
{
color: #2B816D;
}
.AnyTagClassName
{
color: #2B816D;
}
</style>
background-color css
<style>
a { background-color: #2B816D; }
a { background-color: rgb(43,129,109); }
div.DivClassName
{
background-color: #2B816D;
}
.BgClassName
{
background-color: #2B816D;
}
</style>
border-color css
<style>
span { border-color: #2B816D; }
span { border-color: rgb(43,129,109); }
td.TdClassName
{
border-color: #2B816D;
}
.TagClassName
{
border-color: #2B816D;
}
</style>