Shades of Genoa #2D7962
Tints of Genoa #2D7962
RGB
CMYK
RGB Variations
Color information
#2D7962 (or 0x2D7962) is known color: Genoa. HEX triplet: 2D, 79 and 62. RGB value is (45,121,98). Sum of RGB (Red+Green+Blue) = 45+121+98=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7962 is #D2869D. Grayscale: #5F5F5F. Windows color (decimal): -13797022 or 6453549. OLE color: 6453549.
HSL color Cylindrical-coordinate representation of color #2D7962: hue angle of 161.84º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7962 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 121 | 98 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.53 |
| HSL | 161.84º | 0.46% | 0.33% | - |
| HSV(B) | 161.84º | 0.63% | 0.47% | - |
| XYZ | 10.12 | 15.11 | 13.94 | - |
| YUV | 95.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 98 | 0.63 | 0 | 0.19 | 0.53 | 161.84 | 0.46 | 0.33 |
| Hex | 2D | 79 | 62 | 3F | 0 | 13 | 35 | A2 | 2E | 21 |
| Octal | 55 | 171 | 142 | 77 | 0 | 23 | 65 | 242 | 56 | 41 |
| Binary | 101101 | 1111001 | 1100010 | 111111 | 0 | 10011 | 110101 | 10100010 | 101110 | 100001 |
Color Harmonies of #2D7962
Complementary color
Monochromatic Colors of #2D7962
Black with #2D7962
Text Example
Text Example
White with #2D7962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7962; }
p { color: rgb(45,121,98); }
H1.HeaderClassName
{
color: #2D7962;
}
.AnyTagClassName
{
color: #2D7962;
}
</style>
background-color css
<style>
a { background-color: #2D7962; }
a { background-color: rgb(45,121,98); }
div.DivClassName
{
background-color: #2D7962;
}
.BgClassName
{
background-color: #2D7962;
}
</style>
border-color css
<style>
span { border-color: #2D7962; }
span { border-color: rgb(45,121,98); }
td.TdClassName
{
border-color: #2D7962;
}
.TagClassName
{
border-color: #2D7962;
}
</style>