Shades of Genoa #2D756B
Tints of Genoa #2D756B
RGB
CMYK
RGB Variations
Color information
#2D756B (or 0x2D756B) is known color: Genoa. HEX triplet: 2D, 75 and 6B. RGB value is (45,117,107). Sum of RGB (Red+Green+Blue) = 45+117+107=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #2D756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D756B is #D28A94. Grayscale: #5E5E5E. Windows color (decimal): -13798037 or 7042349. OLE color: 7042349.
HSL color Cylindrical-coordinate representation of color #2D756B: hue angle of 171.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D756B is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 107 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.54 |
| HSL | 171.67º | 0.44% | 0.32% | - |
| HSV(B) | 171.67º | 0.62% | 0.46% | - |
| XYZ | 10.1 | 14.34 | 16.15 | - |
| YUV | 94.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 107 | 0.62 | 0 | 0.09 | 0.54 | 171.67 | 0.44 | 0.32 |
| Hex | 2D | 75 | 6B | 3E | 0 | 9 | 36 | AC | 2C | 20 |
| Octal | 55 | 165 | 153 | 76 | 0 | 11 | 66 | 254 | 54 | 40 |
| Binary | 101101 | 1110101 | 1101011 | 111110 | 0 | 1001 | 110110 | 10101100 | 101100 | 100000 |
Color Harmonies of #2D756B
Complementary color
Monochromatic Colors of #2D756B
Black with #2D756B
Text Example
Text Example
White with #2D756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D756B; }
p { color: rgb(45,117,107); }
H1.HeaderClassName
{
color: #2D756B;
}
.AnyTagClassName
{
color: #2D756B;
}
</style>
background-color css
<style>
a { background-color: #2D756B; }
a { background-color: rgb(45,117,107); }
div.DivClassName
{
background-color: #2D756B;
}
.BgClassName
{
background-color: #2D756B;
}
</style>
border-color css
<style>
span { border-color: #2D756B; }
span { border-color: rgb(45,117,107); }
td.TdClassName
{
border-color: #2D756B;
}
.TagClassName
{
border-color: #2D756B;
}
</style>