Shades of Genoa #2B7A70
Tints of Genoa #2B7A70
RGB
CMYK
RGB Variations
Color information
#2B7A70 (or 0x2B7A70) is known color: Genoa. HEX triplet: 2B, 7A and 70. RGB value is (43,122,112). Sum of RGB (Red+Green+Blue) = 43+122+112=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7A70 is #D4858F. Grayscale: #616161. Windows color (decimal): -13927824 or 7371307. OLE color: 7371307.
HSL color Cylindrical-coordinate representation of color #2B7A70: hue angle of 172.41º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A70 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 122 | 112 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.52 |
| HSL | 172.41º | 0.48% | 0.32% | - |
| HSV(B) | 172.41º | 0.65% | 0.48% | - |
| XYZ | 10.88 | 15.6 | 17.77 | - |
| YUV | 97.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 112 | 0.65 | 0 | 0.08 | 0.52 | 172.41 | 0.48 | 0.32 |
| Hex | 2B | 7A | 70 | 41 | 0 | 8 | 34 | AC | 30 | 20 |
| Octal | 53 | 172 | 160 | 101 | 0 | 10 | 64 | 254 | 60 | 40 |
| Binary | 101011 | 1111010 | 1110000 | 1000001 | 0 | 1000 | 110100 | 10101100 | 110000 | 100000 |
Color Harmonies of #2B7A70
Complementary color
Monochromatic Colors of #2B7A70
Black with #2B7A70
Text Example
Text Example
White with #2B7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A70; }
p { color: rgb(43,122,112); }
H1.HeaderClassName
{
color: #2B7A70;
}
.AnyTagClassName
{
color: #2B7A70;
}
</style>
background-color css
<style>
a { background-color: #2B7A70; }
a { background-color: rgb(43,122,112); }
div.DivClassName
{
background-color: #2B7A70;
}
.BgClassName
{
background-color: #2B7A70;
}
</style>
border-color css
<style>
span { border-color: #2B7A70; }
span { border-color: rgb(43,122,112); }
td.TdClassName
{
border-color: #2B7A70;
}
.TagClassName
{
border-color: #2B7A70;
}
</style>