Shades of Genoa #2D6B64
Tints of Genoa #2D6B64
RGB
CMYK
RGB Variations
Color information
#2D6B64 (or 0x2D6B64) is known color: Genoa. HEX triplet: 2D, 6B and 64. RGB value is (45,107,100). Sum of RGB (Red+Green+Blue) = 45+107+100=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B64 is #D2949B. Grayscale: #575757. Windows color (decimal): -13800604 or 6581037. OLE color: 6581037.
HSL color Cylindrical-coordinate representation of color #2D6B64: hue angle of 173.23º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6B64 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 100 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.58 |
| HSL | 173.23º | 0.41% | 0.3% | - |
| HSV(B) | 173.23º | 0.58% | 0.42% | - |
| XYZ | 8.64 | 11.99 | 13.92 | - |
| YUV | 87.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 100 | 0.58 | 0 | 0.07 | 0.58 | 173.23 | 0.41 | 0.3 |
| Hex | 2D | 6B | 64 | 3A | 0 | 7 | 3A | AD | 29 | 1E |
| Octal | 55 | 153 | 144 | 72 | 0 | 7 | 72 | 255 | 51 | 36 |
| Binary | 101101 | 1101011 | 1100100 | 111010 | 0 | 111 | 111010 | 10101101 | 101001 | 11110 |
Color Harmonies of #2D6B64
Complementary color
Monochromatic Colors of #2D6B64
Black with #2D6B64
Text Example
Text Example
White with #2D6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B64; }
p { color: rgb(45,107,100); }
H1.HeaderClassName
{
color: #2D6B64;
}
.AnyTagClassName
{
color: #2D6B64;
}
</style>
background-color css
<style>
a { background-color: #2D6B64; }
a { background-color: rgb(45,107,100); }
div.DivClassName
{
background-color: #2D6B64;
}
.BgClassName
{
background-color: #2D6B64;
}
</style>
border-color css
<style>
span { border-color: #2D6B64; }
span { border-color: rgb(45,107,100); }
td.TdClassName
{
border-color: #2D6B64;
}
.TagClassName
{
border-color: #2D6B64;
}
</style>