Shades of Genoa #2D7165
Tints of Genoa #2D7165
RGB
CMYK
RGB Variations
Color information
#2D7165 (or 0x2D7165) is known color: Genoa. HEX triplet: 2D, 71 and 65. RGB value is (45,113,101). Sum of RGB (Red+Green+Blue) = 45+113+101=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #2D7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7165 is #D28E9A. Grayscale: #5B5B5B. Windows color (decimal): -13799067 or 6648109. OLE color: 6648109.
HSL color Cylindrical-coordinate representation of color #2D7165: hue angle of 169.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7165 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 113 | 101 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.56 |
| HSL | 169.41º | 0.43% | 0.31% | - |
| HSV(B) | 169.41º | 0.6% | 0.44% | - |
| XYZ | 9.34 | 13.31 | 14.39 | - |
| YUV | 91.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 101 | 0.60 | 0 | 0.11 | 0.56 | 169.41 | 0.43 | 0.31 |
| Hex | 2D | 71 | 65 | 3C | 0 | B | 38 | A9 | 2B | 1F |
| Octal | 55 | 161 | 145 | 74 | 0 | 13 | 70 | 251 | 53 | 37 |
| Binary | 101101 | 1110001 | 1100101 | 111100 | 0 | 1011 | 111000 | 10101001 | 101011 | 11111 |
Color Harmonies of #2D7165
Complementary color
Monochromatic Colors of #2D7165
Black with #2D7165
Text Example
Text Example
White with #2D7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7165; }
p { color: rgb(45,113,101); }
H1.HeaderClassName
{
color: #2D7165;
}
.AnyTagClassName
{
color: #2D7165;
}
</style>
background-color css
<style>
a { background-color: #2D7165; }
a { background-color: rgb(45,113,101); }
div.DivClassName
{
background-color: #2D7165;
}
.BgClassName
{
background-color: #2D7165;
}
</style>
border-color css
<style>
span { border-color: #2D7165; }
span { border-color: rgb(45,113,101); }
td.TdClassName
{
border-color: #2D7165;
}
.TagClassName
{
border-color: #2D7165;
}
</style>