Shades of Genoa #2D8273
Tints of Genoa #2D8273
RGB
CMYK
RGB Variations
Color information
#2D8273 (or 0x2D8273) is known color: Genoa. HEX triplet: 2D, 82 and 73. RGB value is (45,130,115). Sum of RGB (Red+Green+Blue) = 45+130+115=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8273 is #D27D8C. Grayscale: #666666. Windows color (decimal): -13794701 or 7569965. OLE color: 7569965.
HSL color Cylindrical-coordinate representation of color #2D8273: hue angle of 169.41º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D8273 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 130 | 115 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.49 |
| HSL | 169.41º | 0.49% | 0.34% | - |
| HSV(B) | 169.41º | 0.65% | 0.51% | - |
| XYZ | 12.16 | 17.76 | 19.01 | - |
| YUV | 102.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 115 | 0.65 | 0 | 0.12 | 0.49 | 169.41 | 0.49 | 0.34 |
| Hex | 2D | 82 | 73 | 41 | 0 | C | 31 | A9 | 31 | 22 |
| Octal | 55 | 202 | 163 | 101 | 0 | 14 | 61 | 251 | 61 | 42 |
| Binary | 101101 | 10000010 | 1110011 | 1000001 | 0 | 1100 | 110001 | 10101001 | 110001 | 100010 |
Color Harmonies of #2D8273
Complementary color
Monochromatic Colors of #2D8273
Black with #2D8273
Text Example
Text Example
White with #2D8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8273; }
p { color: rgb(45,130,115); }
H1.HeaderClassName
{
color: #2D8273;
}
.AnyTagClassName
{
color: #2D8273;
}
</style>
background-color css
<style>
a { background-color: #2D8273; }
a { background-color: rgb(45,130,115); }
div.DivClassName
{
background-color: #2D8273;
}
.BgClassName
{
background-color: #2D8273;
}
</style>
border-color css
<style>
span { border-color: #2D8273; }
span { border-color: rgb(45,130,115); }
td.TdClassName
{
border-color: #2D8273;
}
.TagClassName
{
border-color: #2D8273;
}
</style>