Shades of Genoa #2F7B6D
Tints of Genoa #2F7B6D
RGB
CMYK
RGB Variations
Color information
#2F7B6D (or 0x2F7B6D) is known color: Genoa. HEX triplet: 2F, 7B and 6D. RGB value is (47,123,109). Sum of RGB (Red+Green+Blue) = 47+123+109=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7B6D is #D08492. Grayscale: #626262. Windows color (decimal): -13665427 or 7174959. OLE color: 7174959.
HSL color Cylindrical-coordinate representation of color #2F7B6D: hue angle of 168.95º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7B6D is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 123 | 109 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.52 |
| HSL | 168.95º | 0.45% | 0.33% | - |
| HSV(B) | 168.95º | 0.62% | 0.48% | - |
| XYZ | 11.02 | 15.87 | 16.95 | - |
| YUV | 98.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 109 | 0.62 | 0 | 0.11 | 0.52 | 168.95 | 0.45 | 0.33 |
| Hex | 2F | 7B | 6D | 3E | 0 | B | 34 | A9 | 2D | 21 |
| Octal | 57 | 173 | 155 | 76 | 0 | 13 | 64 | 251 | 55 | 41 |
| Binary | 101111 | 1111011 | 1101101 | 111110 | 0 | 1011 | 110100 | 10101001 | 101101 | 100001 |
Color Harmonies of #2F7B6D
Complementary color
Monochromatic Colors of #2F7B6D
Black with #2F7B6D
Text Example
Text Example
White with #2F7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7B6D; }
p { color: rgb(47,123,109); }
H1.HeaderClassName
{
color: #2F7B6D;
}
.AnyTagClassName
{
color: #2F7B6D;
}
</style>
background-color css
<style>
a { background-color: #2F7B6D; }
a { background-color: rgb(47,123,109); }
div.DivClassName
{
background-color: #2F7B6D;
}
.BgClassName
{
background-color: #2F7B6D;
}
</style>
border-color css
<style>
span { border-color: #2F7B6D; }
span { border-color: rgb(47,123,109); }
td.TdClassName
{
border-color: #2F7B6D;
}
.TagClassName
{
border-color: #2F7B6D;
}
</style>