Shades of Genoa #2D8975
Tints of Genoa #2D8975
RGB
CMYK
RGB Variations
Color information
#2D8975 (or 0x2D8975) is known color: Genoa. HEX triplet: 2D, 89 and 75. RGB value is (45,137,117). Sum of RGB (Red+Green+Blue) = 45+137+117=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8975 is #D2768A. Grayscale: #6B6B6B. Windows color (decimal): -13792907 or 7702829. OLE color: 7702829.
HSL color Cylindrical-coordinate representation of color #2D8975: hue angle of 166.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8975 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 117 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.46 |
| HSL | 166.96º | 0.51% | 0.36% | - |
| HSV(B) | 166.96º | 0.67% | 0.54% | - |
| XYZ | 13.24 | 19.73 | 19.94 | - |
| YUV | 107.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 117 | 0.67 | 0 | 0.15 | 0.46 | 166.96 | 0.51 | 0.36 |
| Hex | 2D | 89 | 75 | 43 | 0 | F | 2E | A7 | 33 | 24 |
| Octal | 55 | 211 | 165 | 103 | 0 | 17 | 56 | 247 | 63 | 44 |
| Binary | 101101 | 10001001 | 1110101 | 1000011 | 0 | 1111 | 101110 | 10100111 | 110011 | 100100 |
Color Harmonies of #2D8975
Complementary color
Monochromatic Colors of #2D8975
Black with #2D8975
Text Example
Text Example
White with #2D8975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8975; }
p { color: rgb(45,137,117); }
H1.HeaderClassName
{
color: #2D8975;
}
.AnyTagClassName
{
color: #2D8975;
}
</style>
background-color css
<style>
a { background-color: #2D8975; }
a { background-color: rgb(45,137,117); }
div.DivClassName
{
background-color: #2D8975;
}
.BgClassName
{
background-color: #2D8975;
}
</style>
border-color css
<style>
span { border-color: #2D8975; }
span { border-color: rgb(45,137,117); }
td.TdClassName
{
border-color: #2D8975;
}
.TagClassName
{
border-color: #2D8975;
}
</style>