Shades of Genoa #2D8472
Tints of Genoa #2D8472
RGB
CMYK
RGB Variations
Color information
#2D8472 (or 0x2D8472) is known color: Genoa. HEX triplet: 2D, 84 and 72. RGB value is (45,132,114). Sum of RGB (Red+Green+Blue) = 45+132+114=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8472 is #D27B8D. Grayscale: #676767. Windows color (decimal): -13794190 or 7504941. OLE color: 7504941.
HSL color Cylindrical-coordinate representation of color #2D8472: hue angle of 167.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8472 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 114 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.48 |
| HSL | 167.59º | 0.49% | 0.35% | - |
| HSV(B) | 167.59º | 0.66% | 0.52% | - |
| XYZ | 12.37 | 18.28 | 18.8 | - |
| YUV | 103.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 114 | 0.66 | 0 | 0.14 | 0.48 | 167.59 | 0.49 | 0.35 |
| Hex | 2D | 84 | 72 | 42 | 0 | E | 30 | A8 | 31 | 23 |
| Octal | 55 | 204 | 162 | 102 | 0 | 16 | 60 | 250 | 61 | 43 |
| Binary | 101101 | 10000100 | 1110010 | 1000010 | 0 | 1110 | 110000 | 10101000 | 110001 | 100011 |
Color Harmonies of #2D8472
Complementary color
Monochromatic Colors of #2D8472
Black with #2D8472
Text Example
Text Example
White with #2D8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8472; }
p { color: rgb(45,132,114); }
H1.HeaderClassName
{
color: #2D8472;
}
.AnyTagClassName
{
color: #2D8472;
}
</style>
background-color css
<style>
a { background-color: #2D8472; }
a { background-color: rgb(45,132,114); }
div.DivClassName
{
background-color: #2D8472;
}
.BgClassName
{
background-color: #2D8472;
}
</style>
border-color css
<style>
span { border-color: #2D8472; }
span { border-color: rgb(45,132,114); }
td.TdClassName
{
border-color: #2D8472;
}
.TagClassName
{
border-color: #2D8472;
}
</style>