Shades of Genoa #2D7C6E
Tints of Genoa #2D7C6E
RGB
CMYK
RGB Variations
Color information
#2D7C6E (or 0x2D7C6E) is known color: Genoa. HEX triplet: 2D, 7C and 6E. RGB value is (45,124,110). Sum of RGB (Red+Green+Blue) = 45+124+110=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7C6E is #D28391. Grayscale: #626262. Windows color (decimal): -13796242 or 7240749. OLE color: 7240749.
HSL color Cylindrical-coordinate representation of color #2D7C6E: hue angle of 169.37º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7C6E is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 124 | 110 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.51 |
| HSL | 169.37º | 0.47% | 0.33% | - |
| HSV(B) | 169.37º | 0.64% | 0.49% | - |
| XYZ | 11.1 | 16.1 | 17.27 | - |
| YUV | 98.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 110 | 0.64 | 0 | 0.11 | 0.51 | 169.37 | 0.47 | 0.33 |
| Hex | 2D | 7C | 6E | 40 | 0 | B | 33 | A9 | 2F | 21 |
| Octal | 55 | 174 | 156 | 100 | 0 | 13 | 63 | 251 | 57 | 41 |
| Binary | 101101 | 1111100 | 1101110 | 1000000 | 0 | 1011 | 110011 | 10101001 | 101111 | 100001 |
Color Harmonies of #2D7C6E
Complementary color
Monochromatic Colors of #2D7C6E
Black with #2D7C6E
Text Example
Text Example
White with #2D7C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7C6E; }
p { color: rgb(45,124,110); }
H1.HeaderClassName
{
color: #2D7C6E;
}
.AnyTagClassName
{
color: #2D7C6E;
}
</style>
background-color css
<style>
a { background-color: #2D7C6E; }
a { background-color: rgb(45,124,110); }
div.DivClassName
{
background-color: #2D7C6E;
}
.BgClassName
{
background-color: #2D7C6E;
}
</style>
border-color css
<style>
span { border-color: #2D7C6E; }
span { border-color: rgb(45,124,110); }
td.TdClassName
{
border-color: #2D7C6E;
}
.TagClassName
{
border-color: #2D7C6E;
}
</style>