Shades of Genoa #2D8870
Tints of Genoa #2D8870
RGB
CMYK
RGB Variations
Color information
#2D8870 (or 0x2D8870) is known color: Genoa. HEX triplet: 2D, 88 and 70. RGB value is (45,136,112). Sum of RGB (Red+Green+Blue) = 45+136+112=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #2D8870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8870 is #D2778F. Grayscale: #6A6A6A. Windows color (decimal): -13793168 or 7374893. OLE color: 7374893.
HSL color Cylindrical-coordinate representation of color #2D8870: hue angle of 164.18º 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 #2D8870 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 112 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.47 |
| HSL | 164.18º | 0.5% | 0.35% | - |
| HSV(B) | 164.18º | 0.67% | 0.53% | - |
| XYZ | 12.81 | 19.34 | 18.39 | - |
| YUV | 106.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 112 | 0.67 | 0 | 0.18 | 0.47 | 164.18 | 0.5 | 0.35 |
| Hex | 2D | 88 | 70 | 43 | 0 | 12 | 2F | A4 | 32 | 23 |
| Octal | 55 | 210 | 160 | 103 | 0 | 22 | 57 | 244 | 62 | 43 |
| Binary | 101101 | 10001000 | 1110000 | 1000011 | 0 | 10010 | 101111 | 10100100 | 110010 | 100011 |
Color Harmonies of #2D8870
Complementary color
Monochromatic Colors of #2D8870
Black with #2D8870
Text Example
Text Example
White with #2D8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8870; }
p { color: rgb(45,136,112); }
H1.HeaderClassName
{
color: #2D8870;
}
.AnyTagClassName
{
color: #2D8870;
}
</style>
background-color css
<style>
a { background-color: #2D8870; }
a { background-color: rgb(45,136,112); }
div.DivClassName
{
background-color: #2D8870;
}
.BgClassName
{
background-color: #2D8870;
}
</style>
border-color css
<style>
span { border-color: #2D8870; }
span { border-color: rgb(45,136,112); }
td.TdClassName
{
border-color: #2D8870;
}
.TagClassName
{
border-color: #2D8870;
}
</style>