Shades of Genoa #2F7D6F
Tints of Genoa #2F7D6F
RGB
CMYK
RGB Variations
Color information
#2F7D6F (or 0x2F7D6F) is known color: Genoa. HEX triplet: 2F, 7D and 6F. RGB value is (47,125,111). Sum of RGB (Red+Green+Blue) = 47+125+111=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #2F7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7D6F is #D08290. Grayscale: #646464. Windows color (decimal): -13664913 or 7306543. OLE color: 7306543.
HSL color Cylindrical-coordinate representation of color #2F7D6F: hue angle of 169.23º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7D6F is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 125 | 111 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.51 |
| HSL | 169.23º | 0.45% | 0.34% | - |
| HSV(B) | 169.23º | 0.62% | 0.49% | - |
| XYZ | 11.38 | 16.42 | 17.61 | - |
| YUV | 100.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 125 | 111 | 0.62 | 0 | 0.11 | 0.51 | 169.23 | 0.45 | 0.34 |
| Hex | 2F | 7D | 6F | 3E | 0 | B | 33 | A9 | 2D | 22 |
| Octal | 57 | 175 | 157 | 76 | 0 | 13 | 63 | 251 | 55 | 42 |
| Binary | 101111 | 1111101 | 1101111 | 111110 | 0 | 1011 | 110011 | 10101001 | 101101 | 100010 |
Color Harmonies of #2F7D6F
Complementary color
Monochromatic Colors of #2F7D6F
Black with #2F7D6F
Text Example
Text Example
White with #2F7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7D6F; }
p { color: rgb(47,125,111); }
H1.HeaderClassName
{
color: #2F7D6F;
}
.AnyTagClassName
{
color: #2F7D6F;
}
</style>
background-color css
<style>
a { background-color: #2F7D6F; }
a { background-color: rgb(47,125,111); }
div.DivClassName
{
background-color: #2F7D6F;
}
.BgClassName
{
background-color: #2F7D6F;
}
</style>
border-color css
<style>
span { border-color: #2F7D6F; }
span { border-color: rgb(47,125,111); }
td.TdClassName
{
border-color: #2F7D6F;
}
.TagClassName
{
border-color: #2F7D6F;
}
</style>