Shades of Genoa #2D8172
Tints of Genoa #2D8172
RGB
CMYK
RGB Variations
Color information
#2D8172 (or 0x2D8172) is known color: Genoa. HEX triplet: 2D, 81 and 72. RGB value is (45,129,114). Sum of RGB (Red+Green+Blue) = 45+129+114=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #2D8172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8172 is #D27E8D. Grayscale: #666666. Windows color (decimal): -13794958 or 7504173. OLE color: 7504173.
HSL color Cylindrical-coordinate representation of color #2D8172: hue angle of 169.29º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D8172 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 129 | 114 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.49 |
| HSL | 169.29º | 0.48% | 0.34% | - |
| HSV(B) | 169.29º | 0.65% | 0.51% | - |
| XYZ | 11.97 | 17.47 | 18.66 | - |
| YUV | 102.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 129 | 114 | 0.65 | 0 | 0.12 | 0.49 | 169.29 | 0.48 | 0.34 |
| Hex | 2D | 81 | 72 | 41 | 0 | C | 31 | A9 | 30 | 22 |
| Octal | 55 | 201 | 162 | 101 | 0 | 14 | 61 | 251 | 60 | 42 |
| Binary | 101101 | 10000001 | 1110010 | 1000001 | 0 | 1100 | 110001 | 10101001 | 110000 | 100010 |
Color Harmonies of #2D8172
Complementary color
Monochromatic Colors of #2D8172
Black with #2D8172
Text Example
Text Example
White with #2D8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8172; }
p { color: rgb(45,129,114); }
H1.HeaderClassName
{
color: #2D8172;
}
.AnyTagClassName
{
color: #2D8172;
}
</style>
background-color css
<style>
a { background-color: #2D8172; }
a { background-color: rgb(45,129,114); }
div.DivClassName
{
background-color: #2D8172;
}
.BgClassName
{
background-color: #2D8172;
}
</style>
border-color css
<style>
span { border-color: #2D8172; }
span { border-color: rgb(45,129,114); }
td.TdClassName
{
border-color: #2D8172;
}
.TagClassName
{
border-color: #2D8172;
}
</style>