Shades of Genoa #2D866B
Tints of Genoa #2D866B
RGB
CMYK
RGB Variations
Color information
#2D866B (or 0x2D866B) is known color: Genoa. HEX triplet: 2D, 86 and 6B. RGB value is (45,134,107). Sum of RGB (Red+Green+Blue) = 45+134+107=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #2D866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D866B is #D27994. Grayscale: #686868. Windows color (decimal): -13793685 or 7046701. OLE color: 7046701.
HSL color Cylindrical-coordinate representation of color #2D866B: hue angle of 161.8º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D866B is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 107 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.47 |
| HSL | 161.8º | 0.5% | 0.35% | - |
| HSV(B) | 161.8º | 0.66% | 0.53% | - |
| XYZ | 12.26 | 18.67 | 16.87 | - |
| YUV | 104.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 107 | 0.66 | 0 | 0.20 | 0.47 | 161.8 | 0.5 | 0.35 |
| Hex | 2D | 86 | 6B | 42 | 0 | 14 | 2F | A2 | 32 | 23 |
| Octal | 55 | 206 | 153 | 102 | 0 | 24 | 57 | 242 | 62 | 43 |
| Binary | 101101 | 10000110 | 1101011 | 1000010 | 0 | 10100 | 101111 | 10100010 | 110010 | 100011 |
Color Harmonies of #2D866B
Complementary color
Monochromatic Colors of #2D866B
Black with #2D866B
Text Example
Text Example
White with #2D866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D866B; }
p { color: rgb(45,134,107); }
H1.HeaderClassName
{
color: #2D866B;
}
.AnyTagClassName
{
color: #2D866B;
}
</style>
background-color css
<style>
a { background-color: #2D866B; }
a { background-color: rgb(45,134,107); }
div.DivClassName
{
background-color: #2D866B;
}
.BgClassName
{
background-color: #2D866B;
}
</style>
border-color css
<style>
span { border-color: #2D866B; }
span { border-color: rgb(45,134,107); }
td.TdClassName
{
border-color: #2D866B;
}
.TagClassName
{
border-color: #2D866B;
}
</style>