Shades of Genoa #2B7E6D
Tints of Genoa #2B7E6D
RGB
CMYK
RGB Variations
Color information
#2B7E6D (or 0x2B7E6D) is known color: Genoa. HEX triplet: 2B, 7E and 6D. RGB value is (43,126,109). Sum of RGB (Red+Green+Blue) = 43+126+109=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E6D is #D48192. Grayscale: #636363. Windows color (decimal): -13926803 or 7175723. OLE color: 7175723.
HSL color Cylindrical-coordinate representation of color #2B7E6D: hue angle of 167.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7E6D is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 109 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.51 |
| HSL | 167.71º | 0.49% | 0.33% | - |
| HSV(B) | 167.71º | 0.66% | 0.49% | - |
| XYZ | 11.22 | 16.54 | 17.07 | - |
| YUV | 99.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 109 | 0.66 | 0 | 0.13 | 0.51 | 167.71 | 0.49 | 0.33 |
| Hex | 2B | 7E | 6D | 42 | 0 | D | 33 | A8 | 31 | 21 |
| Octal | 53 | 176 | 155 | 102 | 0 | 15 | 63 | 250 | 61 | 41 |
| Binary | 101011 | 1111110 | 1101101 | 1000010 | 0 | 1101 | 110011 | 10101000 | 110001 | 100001 |
Color Harmonies of #2B7E6D
Complementary color
Monochromatic Colors of #2B7E6D
Black with #2B7E6D
Text Example
Text Example
White with #2B7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E6D; }
p { color: rgb(43,126,109); }
H1.HeaderClassName
{
color: #2B7E6D;
}
.AnyTagClassName
{
color: #2B7E6D;
}
</style>
background-color css
<style>
a { background-color: #2B7E6D; }
a { background-color: rgb(43,126,109); }
div.DivClassName
{
background-color: #2B7E6D;
}
.BgClassName
{
background-color: #2B7E6D;
}
</style>
border-color css
<style>
span { border-color: #2B7E6D; }
span { border-color: rgb(43,126,109); }
td.TdClassName
{
border-color: #2B7E6D;
}
.TagClassName
{
border-color: #2B7E6D;
}
</style>