Shades of Genoa #2D6F66
Tints of Genoa #2D6F66
RGB
CMYK
RGB Variations
Color information
#2D6F66 (or 0x2D6F66) is known color: Genoa. HEX triplet: 2D, 6F and 66. RGB value is (45,111,102). Sum of RGB (Red+Green+Blue) = 45+111+102=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #2D6F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6F66 is #D29099. Grayscale: #5A5A5A. Windows color (decimal): -13799578 or 6713133. OLE color: 6713133.
HSL color Cylindrical-coordinate representation of color #2D6F66: hue angle of 171.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6F66 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 111 | 102 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.56 |
| HSL | 171.82º | 0.42% | 0.31% | - |
| HSV(B) | 171.82º | 0.59% | 0.44% | - |
| XYZ | 9.16 | 12.89 | 14.57 | - |
| YUV | 90.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 102 | 0.59 | 0 | 0.08 | 0.56 | 171.82 | 0.42 | 0.31 |
| Hex | 2D | 6F | 66 | 3B | 0 | 8 | 38 | AC | 2A | 1F |
| Octal | 55 | 157 | 146 | 73 | 0 | 10 | 70 | 254 | 52 | 37 |
| Binary | 101101 | 1101111 | 1100110 | 111011 | 0 | 1000 | 111000 | 10101100 | 101010 | 11111 |
Color Harmonies of #2D6F66
Complementary color
Monochromatic Colors of #2D6F66
Black with #2D6F66
Text Example
Text Example
White with #2D6F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6F66; }
p { color: rgb(45,111,102); }
H1.HeaderClassName
{
color: #2D6F66;
}
.AnyTagClassName
{
color: #2D6F66;
}
</style>
background-color css
<style>
a { background-color: #2D6F66; }
a { background-color: rgb(45,111,102); }
div.DivClassName
{
background-color: #2D6F66;
}
.BgClassName
{
background-color: #2D6F66;
}
</style>
border-color css
<style>
span { border-color: #2D6F66; }
span { border-color: rgb(45,111,102); }
td.TdClassName
{
border-color: #2D6F66;
}
.TagClassName
{
border-color: #2D6F66;
}
</style>