Shades of Genoa #2F856D
Tints of Genoa #2F856D
RGB
CMYK
RGB Variations
Color information
#2F856D (or 0x2F856D) is known color: Genoa. HEX triplet: 2F, 85 and 6D. RGB value is (47,133,109). Sum of RGB (Red+Green+Blue) = 47+133+109=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #2F856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F856D is #D07A92. Grayscale: #686868. Windows color (decimal): -13662867 or 7177519. OLE color: 7177519.
HSL color Cylindrical-coordinate representation of color #2F856D: hue angle of 163.26º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F856D is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 109 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.48 |
| HSL | 163.26º | 0.48% | 0.35% | - |
| HSV(B) | 163.26º | 0.65% | 0.52% | - |
| XYZ | 12.32 | 18.48 | 17.39 | - |
| YUV | 104.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 109 | 0.65 | 0 | 0.18 | 0.48 | 163.26 | 0.48 | 0.35 |
| Hex | 2F | 85 | 6D | 41 | 0 | 12 | 30 | A3 | 30 | 23 |
| Octal | 57 | 205 | 155 | 101 | 0 | 22 | 60 | 243 | 60 | 43 |
| Binary | 101111 | 10000101 | 1101101 | 1000001 | 0 | 10010 | 110000 | 10100011 | 110000 | 100011 |
Color Harmonies of #2F856D
Complementary color
Monochromatic Colors of #2F856D
Black with #2F856D
Text Example
Text Example
White with #2F856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F856D; }
p { color: rgb(47,133,109); }
H1.HeaderClassName
{
color: #2F856D;
}
.AnyTagClassName
{
color: #2F856D;
}
</style>
background-color css
<style>
a { background-color: #2F856D; }
a { background-color: rgb(47,133,109); }
div.DivClassName
{
background-color: #2F856D;
}
.BgClassName
{
background-color: #2F856D;
}
</style>
border-color css
<style>
span { border-color: #2F856D; }
span { border-color: rgb(47,133,109); }
td.TdClassName
{
border-color: #2F856D;
}
.TagClassName
{
border-color: #2F856D;
}
</style>