Shades of Genoa #2D8170
Tints of Genoa #2D8170
RGB
CMYK
RGB Variations
Color information
#2D8170 (or 0x2D8170) is known color: Genoa. HEX triplet: 2D, 81 and 70. RGB value is (45,129,112). Sum of RGB (Red+Green+Blue) = 45+129+112=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #2D8170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8170 is #D27E8F. Grayscale: #656565. Windows color (decimal): -13794960 or 7373101. OLE color: 7373101.
HSL color Cylindrical-coordinate representation of color #2D8170: hue angle of 167.86º 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 #2D8170 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 129 | 112 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.49 |
| HSL | 167.86º | 0.48% | 0.34% | - |
| HSV(B) | 167.86º | 0.65% | 0.51% | - |
| XYZ | 11.86 | 17.43 | 18.07 | - |
| YUV | 101.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 129 | 112 | 0.65 | 0 | 0.13 | 0.49 | 167.86 | 0.48 | 0.34 |
| Hex | 2D | 81 | 70 | 41 | 0 | D | 31 | A8 | 30 | 22 |
| Octal | 55 | 201 | 160 | 101 | 0 | 15 | 61 | 250 | 60 | 42 |
| Binary | 101101 | 10000001 | 1110000 | 1000001 | 0 | 1101 | 110001 | 10101000 | 110000 | 100010 |
Color Harmonies of #2D8170
Complementary color
Monochromatic Colors of #2D8170
Black with #2D8170
Text Example
Text Example
White with #2D8170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8170; }
p { color: rgb(45,129,112); }
H1.HeaderClassName
{
color: #2D8170;
}
.AnyTagClassName
{
color: #2D8170;
}
</style>
background-color css
<style>
a { background-color: #2D8170; }
a { background-color: rgb(45,129,112); }
div.DivClassName
{
background-color: #2D8170;
}
.BgClassName
{
background-color: #2D8170;
}
</style>
border-color css
<style>
span { border-color: #2D8170; }
span { border-color: rgb(45,129,112); }
td.TdClassName
{
border-color: #2D8170;
}
.TagClassName
{
border-color: #2D8170;
}
</style>