Shades of Genoa #2D6F6C
Tints of Genoa #2D6F6C
RGB
CMYK
RGB Variations
Color information
#2D6F6C (or 0x2D6F6C) is known color: Genoa. HEX triplet: 2D, 6F and 6C. RGB value is (45,111,108). Sum of RGB (Red+Green+Blue) = 45+111+108=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #2D6F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6F6C is #D29093. Grayscale: #5A5A5A. Windows color (decimal): -13799572 or 7106349. OLE color: 7106349.
HSL color Cylindrical-coordinate representation of color #2D6F6C: hue angle of 177.27º 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 #2D6F6C is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 111 | 108 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.56 |
| HSL | 177.27º | 0.42% | 0.31% | - |
| HSV(B) | 177.27º | 0.59% | 0.44% | - |
| XYZ | 9.47 | 13.01 | 16.2 | - |
| YUV | 90.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 108 | 0.59 | 0 | 0.03 | 0.56 | 177.27 | 0.42 | 0.31 |
| Hex | 2D | 6F | 6C | 3B | 0 | 3 | 38 | B1 | 2A | 1F |
| Octal | 55 | 157 | 154 | 73 | 0 | 3 | 70 | 261 | 52 | 37 |
| Binary | 101101 | 1101111 | 1101100 | 111011 | 0 | 11 | 111000 | 10110001 | 101010 | 11111 |
Color Harmonies of #2D6F6C
Complementary color
Monochromatic Colors of #2D6F6C
Black with #2D6F6C
Text Example
Text Example
White with #2D6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6F6C; }
p { color: rgb(45,111,108); }
H1.HeaderClassName
{
color: #2D6F6C;
}
.AnyTagClassName
{
color: #2D6F6C;
}
</style>
background-color css
<style>
a { background-color: #2D6F6C; }
a { background-color: rgb(45,111,108); }
div.DivClassName
{
background-color: #2D6F6C;
}
.BgClassName
{
background-color: #2D6F6C;
}
</style>
border-color css
<style>
span { border-color: #2D6F6C; }
span { border-color: rgb(45,111,108); }
td.TdClassName
{
border-color: #2D6F6C;
}
.TagClassName
{
border-color: #2D6F6C;
}
</style>