Shades of Genoa #2D8771
Tints of Genoa #2D8771
RGB
CMYK
RGB Variations
Color information
#2D8771 (or 0x2D8771) is known color: Genoa. HEX triplet: 2D, 87 and 71. RGB value is (45,135,113). Sum of RGB (Red+Green+Blue) = 45+135+113=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8771 is #D2788E. Grayscale: #696969. Windows color (decimal): -13793423 or 7440173. OLE color: 7440173.
HSL color Cylindrical-coordinate representation of color #2D8771: hue angle of 165.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8771 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 113 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.47 |
| HSL | 165.33º | 0.5% | 0.35% | - |
| HSV(B) | 165.33º | 0.67% | 0.53% | - |
| XYZ | 12.73 | 19.08 | 18.63 | - |
| YUV | 105.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 113 | 0.67 | 0 | 0.16 | 0.47 | 165.33 | 0.5 | 0.35 |
| Hex | 2D | 87 | 71 | 43 | 0 | 10 | 2F | A5 | 32 | 23 |
| Octal | 55 | 207 | 161 | 103 | 0 | 20 | 57 | 245 | 62 | 43 |
| Binary | 101101 | 10000111 | 1110001 | 1000011 | 0 | 10000 | 101111 | 10100101 | 110010 | 100011 |
Color Harmonies of #2D8771
Complementary color
Monochromatic Colors of #2D8771
Black with #2D8771
Text Example
Text Example
White with #2D8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8771; }
p { color: rgb(45,135,113); }
H1.HeaderClassName
{
color: #2D8771;
}
.AnyTagClassName
{
color: #2D8771;
}
</style>
background-color css
<style>
a { background-color: #2D8771; }
a { background-color: rgb(45,135,113); }
div.DivClassName
{
background-color: #2D8771;
}
.BgClassName
{
background-color: #2D8771;
}
</style>
border-color css
<style>
span { border-color: #2D8771; }
span { border-color: rgb(45,135,113); }
td.TdClassName
{
border-color: #2D8771;
}
.TagClassName
{
border-color: #2D8771;
}
</style>