Shades of Genoa #2D7C72
Tints of Genoa #2D7C72
RGB
CMYK
RGB Variations
Color information
#2D7C72 (or 0x2D7C72) is known color: Genoa. HEX triplet: 2D, 7C and 72. RGB value is (45,124,114). Sum of RGB (Red+Green+Blue) = 45+124+114=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7C72 is #D2838D. Grayscale: #636363. Windows color (decimal): -13796238 or 7502893. OLE color: 7502893.
HSL color Cylindrical-coordinate representation of color #2D7C72: hue angle of 172.41º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7C72 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 124 | 114 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.51 |
| HSL | 172.41º | 0.47% | 0.33% | - |
| HSV(B) | 172.41º | 0.64% | 0.49% | - |
| XYZ | 11.33 | 16.19 | 18.45 | - |
| YUV | 99.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 114 | 0.64 | 0 | 0.08 | 0.51 | 172.41 | 0.47 | 0.33 |
| Hex | 2D | 7C | 72 | 40 | 0 | 8 | 33 | AC | 2F | 21 |
| Octal | 55 | 174 | 162 | 100 | 0 | 10 | 63 | 254 | 57 | 41 |
| Binary | 101101 | 1111100 | 1110010 | 1000000 | 0 | 1000 | 110011 | 10101100 | 101111 | 100001 |
Color Harmonies of #2D7C72
Complementary color
Monochromatic Colors of #2D7C72
Black with #2D7C72
Text Example
Text Example
White with #2D7C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7C72; }
p { color: rgb(45,124,114); }
H1.HeaderClassName
{
color: #2D7C72;
}
.AnyTagClassName
{
color: #2D7C72;
}
</style>
background-color css
<style>
a { background-color: #2D7C72; }
a { background-color: rgb(45,124,114); }
div.DivClassName
{
background-color: #2D7C72;
}
.BgClassName
{
background-color: #2D7C72;
}
</style>
border-color css
<style>
span { border-color: #2D7C72; }
span { border-color: rgb(45,124,114); }
td.TdClassName
{
border-color: #2D7C72;
}
.TagClassName
{
border-color: #2D7C72;
}
</style>