Shades of Genoa #2B816F
Tints of Genoa #2B816F
RGB
CMYK
RGB Variations
Color information
#2B816F (or 0x2B816F) is known color: Genoa. HEX triplet: 2B, 81 and 6F. RGB value is (43,129,111). Sum of RGB (Red+Green+Blue) = 43+129+111=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #2B816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B816F is #D47E90. Grayscale: #656565. Windows color (decimal): -13926033 or 7307563. OLE color: 7307563.
HSL color Cylindrical-coordinate representation of color #2B816F: hue angle of 167.44º 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 #2B816F is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 111 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.49 |
| HSL | 167.44º | 0.5% | 0.34% | - |
| HSV(B) | 167.44º | 0.67% | 0.51% | - |
| XYZ | 11.72 | 17.36 | 17.77 | - |
| YUV | 101.23 | 133.51 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 111 | 0.67 | 0 | 0.14 | 0.49 | 167.44 | 0.5 | 0.34 |
| Hex | 2B | 81 | 6F | 43 | 0 | E | 31 | A7 | 32 | 22 |
| Octal | 53 | 201 | 157 | 103 | 0 | 16 | 61 | 247 | 62 | 42 |
| Binary | 101011 | 10000001 | 1101111 | 1000011 | 0 | 1110 | 110001 | 10100111 | 110010 | 100010 |
Color Harmonies of #2B816F
Complementary color
Monochromatic Colors of #2B816F
Black with #2B816F
Text Example
Text Example
White with #2B816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B816F; }
p { color: rgb(43,129,111); }
H1.HeaderClassName
{
color: #2B816F;
}
.AnyTagClassName
{
color: #2B816F;
}
</style>
background-color css
<style>
a { background-color: #2B816F; }
a { background-color: rgb(43,129,111); }
div.DivClassName
{
background-color: #2B816F;
}
.BgClassName
{
background-color: #2B816F;
}
</style>
border-color css
<style>
span { border-color: #2B816F; }
span { border-color: rgb(43,129,111); }
td.TdClassName
{
border-color: #2B816F;
}
.TagClassName
{
border-color: #2B816F;
}
</style>