Shades of Genoa #2D8971
Tints of Genoa #2D8971
RGB
CMYK
RGB Variations
Color information
#2D8971 (or 0x2D8971) is known color: Genoa. HEX triplet: 2D, 89 and 71. RGB value is (45,137,113). Sum of RGB (Red+Green+Blue) = 45+137+113=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8971 is #D2768E. Grayscale: #6A6A6A. Windows color (decimal): -13792911 or 7440685. OLE color: 7440685.
HSL color Cylindrical-coordinate representation of color #2D8971: hue angle of 164.35º 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 #2D8971 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 113 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.46 |
| HSL | 164.35º | 0.51% | 0.36% | - |
| HSV(B) | 164.35º | 0.67% | 0.54% | - |
| XYZ | 13.01 | 19.64 | 18.73 | - |
| YUV | 106.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 113 | 0.67 | 0 | 0.18 | 0.46 | 164.35 | 0.51 | 0.36 |
| Hex | 2D | 89 | 71 | 43 | 0 | 12 | 2E | A4 | 33 | 24 |
| Octal | 55 | 211 | 161 | 103 | 0 | 22 | 56 | 244 | 63 | 44 |
| Binary | 101101 | 10001001 | 1110001 | 1000011 | 0 | 10010 | 101110 | 10100100 | 110011 | 100100 |
Color Harmonies of #2D8971
Complementary color
Monochromatic Colors of #2D8971
Black with #2D8971
Text Example
Text Example
White with #2D8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8971; }
p { color: rgb(45,137,113); }
H1.HeaderClassName
{
color: #2D8971;
}
.AnyTagClassName
{
color: #2D8971;
}
</style>
background-color css
<style>
a { background-color: #2D8971; }
a { background-color: rgb(45,137,113); }
div.DivClassName
{
background-color: #2D8971;
}
.BgClassName
{
background-color: #2D8971;
}
</style>
border-color css
<style>
span { border-color: #2D8971; }
span { border-color: rgb(45,137,113); }
td.TdClassName
{
border-color: #2D8971;
}
.TagClassName
{
border-color: #2D8971;
}
</style>