Shades of Genoa #2D6D66
Tints of Genoa #2D6D66
RGB
CMYK
RGB Variations
Color information
#2D6D66 (or 0x2D6D66) is known color: Genoa. HEX triplet: 2D, 6D and 66. RGB value is (45,109,102). Sum of RGB (Red+Green+Blue) = 45+109+102=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6D66 is #D29299. Grayscale: #595959. Windows color (decimal): -13800090 or 6712621. OLE color: 6712621.
HSL color Cylindrical-coordinate representation of color #2D6D66: hue angle of 173.44º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6D66 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 109 | 102 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.57 |
| HSL | 173.44º | 0.42% | 0.3% | - |
| HSV(B) | 173.44º | 0.59% | 0.43% | - |
| XYZ | 8.95 | 12.45 | 14.5 | - |
| YUV | 89.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 102 | 0.59 | 0 | 0.06 | 0.57 | 173.44 | 0.42 | 0.3 |
| Hex | 2D | 6D | 66 | 3B | 0 | 6 | 39 | AD | 2A | 1E |
| Octal | 55 | 155 | 146 | 73 | 0 | 6 | 71 | 255 | 52 | 36 |
| Binary | 101101 | 1101101 | 1100110 | 111011 | 0 | 110 | 111001 | 10101101 | 101010 | 11110 |
Color Harmonies of #2D6D66
Complementary color
Monochromatic Colors of #2D6D66
Black with #2D6D66
Text Example
Text Example
White with #2D6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D66; }
p { color: rgb(45,109,102); }
H1.HeaderClassName
{
color: #2D6D66;
}
.AnyTagClassName
{
color: #2D6D66;
}
</style>
background-color css
<style>
a { background-color: #2D6D66; }
a { background-color: rgb(45,109,102); }
div.DivClassName
{
background-color: #2D6D66;
}
.BgClassName
{
background-color: #2D6D66;
}
</style>
border-color css
<style>
span { border-color: #2D6D66; }
span { border-color: rgb(45,109,102); }
td.TdClassName
{
border-color: #2D6D66;
}
.TagClassName
{
border-color: #2D6D66;
}
</style>