Shades of Genoa #2B7F64
Tints of Genoa #2B7F64
RGB
CMYK
RGB Variations
Color information
#2B7F64 (or 0x2B7F64) is known color: Genoa. HEX triplet: 2B, 7F and 64. RGB value is (43,127,100). Sum of RGB (Red+Green+Blue) = 43+127+100=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F64 is #D4809B. Grayscale: #626262. Windows color (decimal): -13926556 or 6586155. OLE color: 6586155.
HSL color Cylindrical-coordinate representation of color #2B7F64: hue angle of 160.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F64 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 100 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.50 |
| HSL | 160.71º | 0.49% | 0.33% | - |
| HSV(B) | 160.71º | 0.66% | 0.5% | - |
| XYZ | 10.89 | 16.61 | 14.69 | - |
| YUV | 98.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 100 | 0.66 | 0 | 0.21 | 0.50 | 160.71 | 0.49 | 0.33 |
| Hex | 2B | 7F | 64 | 42 | 0 | 15 | 32 | A1 | 31 | 21 |
| Octal | 53 | 177 | 144 | 102 | 0 | 25 | 62 | 241 | 61 | 41 |
| Binary | 101011 | 1111111 | 1100100 | 1000010 | 0 | 10101 | 110010 | 10100001 | 110001 | 100001 |
Color Harmonies of #2B7F64
Complementary color
Monochromatic Colors of #2B7F64
Black with #2B7F64
Text Example
Text Example
White with #2B7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F64; }
p { color: rgb(43,127,100); }
H1.HeaderClassName
{
color: #2B7F64;
}
.AnyTagClassName
{
color: #2B7F64;
}
</style>
background-color css
<style>
a { background-color: #2B7F64; }
a { background-color: rgb(43,127,100); }
div.DivClassName
{
background-color: #2B7F64;
}
.BgClassName
{
background-color: #2B7F64;
}
</style>
border-color css
<style>
span { border-color: #2B7F64; }
span { border-color: rgb(43,127,100); }
td.TdClassName
{
border-color: #2B7F64;
}
.TagClassName
{
border-color: #2B7F64;
}
</style>