Shades of Genoa #2B8370
Tints of Genoa #2B8370
RGB
CMYK
RGB Variations
Color information
#2B8370 (or 0x2B8370) is known color: Genoa. HEX triplet: 2B, 83 and 70. RGB value is (43,131,112). Sum of RGB (Red+Green+Blue) = 43+131+112=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8370 is #D47C8F. Grayscale: #666666. Windows color (decimal): -13925520 or 7373611. OLE color: 7373611.
HSL color Cylindrical-coordinate representation of color #2B8370: hue angle of 167.05º degrees, saturation: 0.51, 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 #2B8370 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 112 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.49 |
| HSL | 167.05º | 0.51% | 0.34% | - |
| HSV(B) | 167.05º | 0.67% | 0.51% | - |
| XYZ | 12.04 | 17.92 | 18.15 | - |
| YUV | 102.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 112 | 0.67 | 0 | 0.15 | 0.49 | 167.05 | 0.51 | 0.34 |
| Hex | 2B | 83 | 70 | 43 | 0 | F | 31 | A7 | 33 | 22 |
| Octal | 53 | 203 | 160 | 103 | 0 | 17 | 61 | 247 | 63 | 42 |
| Binary | 101011 | 10000011 | 1110000 | 1000011 | 0 | 1111 | 110001 | 10100111 | 110011 | 100010 |
Color Harmonies of #2B8370
Complementary color
Monochromatic Colors of #2B8370
Black with #2B8370
Text Example
Text Example
White with #2B8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8370; }
p { color: rgb(43,131,112); }
H1.HeaderClassName
{
color: #2B8370;
}
.AnyTagClassName
{
color: #2B8370;
}
</style>
background-color css
<style>
a { background-color: #2B8370; }
a { background-color: rgb(43,131,112); }
div.DivClassName
{
background-color: #2B8370;
}
.BgClassName
{
background-color: #2B8370;
}
</style>
border-color css
<style>
span { border-color: #2B8370; }
span { border-color: rgb(43,131,112); }
td.TdClassName
{
border-color: #2B8370;
}
.TagClassName
{
border-color: #2B8370;
}
</style>