Shades of Genoa #2D8770
Tints of Genoa #2D8770
RGB
CMYK
RGB Variations
Color information
#2D8770 (or 0x2D8770) is known color: Genoa. HEX triplet: 2D, 87 and 70. RGB value is (45,135,112). Sum of RGB (Red+Green+Blue) = 45+135+112=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8770 is #D2788F. Grayscale: #696969. Windows color (decimal): -13793424 or 7374637. OLE color: 7374637.
HSL color Cylindrical-coordinate representation of color #2D8770: hue angle of 164.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8770 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 112 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.47 |
| HSL | 164.67º | 0.5% | 0.35% | - |
| HSV(B) | 164.67º | 0.67% | 0.53% | - |
| XYZ | 12.67 | 19.06 | 18.34 | - |
| YUV | 105.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 112 | 0.67 | 0 | 0.17 | 0.47 | 164.67 | 0.5 | 0.35 |
| Hex | 2D | 87 | 70 | 43 | 0 | 11 | 2F | A5 | 32 | 23 |
| Octal | 55 | 207 | 160 | 103 | 0 | 21 | 57 | 245 | 62 | 43 |
| Binary | 101101 | 10000111 | 1110000 | 1000011 | 0 | 10001 | 101111 | 10100101 | 110010 | 100011 |
Color Harmonies of #2D8770
Complementary color
Monochromatic Colors of #2D8770
Black with #2D8770
Text Example
Text Example
White with #2D8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8770; }
p { color: rgb(45,135,112); }
H1.HeaderClassName
{
color: #2D8770;
}
.AnyTagClassName
{
color: #2D8770;
}
</style>
background-color css
<style>
a { background-color: #2D8770; }
a { background-color: rgb(45,135,112); }
div.DivClassName
{
background-color: #2D8770;
}
.BgClassName
{
background-color: #2D8770;
}
</style>
border-color css
<style>
span { border-color: #2D8770; }
span { border-color: rgb(45,135,112); }
td.TdClassName
{
border-color: #2D8770;
}
.TagClassName
{
border-color: #2D8770;
}
</style>