Shades of Genoa #2B8167
Tints of Genoa #2B8167
RGB
CMYK
RGB Variations
Color information
#2B8167 (or 0x2B8167) is known color: Genoa. HEX triplet: 2B, 81 and 67. RGB value is (43,129,103). Sum of RGB (Red+Green+Blue) = 43+129+103=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8167 is #D47E98. Grayscale: #646464. Windows color (decimal): -13926041 or 6783275. OLE color: 6783275.
HSL color Cylindrical-coordinate representation of color #2B8167: hue angle of 161.86º 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 #2B8167 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 103 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.49 |
| HSL | 161.86º | 0.5% | 0.34% | - |
| HSV(B) | 161.86º | 0.67% | 0.51% | - |
| XYZ | 11.29 | 17.19 | 15.56 | - |
| YUV | 100.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 103 | 0.67 | 0 | 0.20 | 0.49 | 161.86 | 0.5 | 0.34 |
| Hex | 2B | 81 | 67 | 43 | 0 | 14 | 31 | A2 | 32 | 22 |
| Octal | 53 | 201 | 147 | 103 | 0 | 24 | 61 | 242 | 62 | 42 |
| Binary | 101011 | 10000001 | 1100111 | 1000011 | 0 | 10100 | 110001 | 10100010 | 110010 | 100010 |
Color Harmonies of #2B8167
Complementary color
Monochromatic Colors of #2B8167
Black with #2B8167
Text Example
Text Example
White with #2B8167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8167; }
p { color: rgb(43,129,103); }
H1.HeaderClassName
{
color: #2B8167;
}
.AnyTagClassName
{
color: #2B8167;
}
</style>
background-color css
<style>
a { background-color: #2B8167; }
a { background-color: rgb(43,129,103); }
div.DivClassName
{
background-color: #2B8167;
}
.BgClassName
{
background-color: #2B8167;
}
</style>
border-color css
<style>
span { border-color: #2B8167; }
span { border-color: rgb(43,129,103); }
td.TdClassName
{
border-color: #2B8167;
}
.TagClassName
{
border-color: #2B8167;
}
</style>