Shades of Genoa #2A7363
Tints of Genoa #2A7363
RGB
CMYK
RGB Variations
Color information
#2A7363 (or 0x2A7363) is known color: Genoa. HEX triplet: 2A, 73 and 63. RGB value is (42,115,99). Sum of RGB (Red+Green+Blue) = 42+115+99=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7363 is #D58C9C. Grayscale: #5B5B5B. Windows color (decimal): -13995165 or 6517546. OLE color: 6517546.
HSL color Cylindrical-coordinate representation of color #2A7363: hue angle of 166.85º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7363 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 99 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.55 |
| HSL | 166.85º | 0.46% | 0.31% | - |
| HSV(B) | 166.85º | 0.63% | 0.45% | - |
| XYZ | 9.34 | 13.65 | 13.95 | - |
| YUV | 91.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 99 | 0.63 | 0 | 0.14 | 0.55 | 166.85 | 0.46 | 0.31 |
| Hex | 2A | 73 | 63 | 3F | 0 | E | 37 | A7 | 2E | 1F |
| Octal | 52 | 163 | 143 | 77 | 0 | 16 | 67 | 247 | 56 | 37 |
| Binary | 101010 | 1110011 | 1100011 | 111111 | 0 | 1110 | 110111 | 10100111 | 101110 | 11111 |
Color Harmonies of #2A7363
Complementary color
Monochromatic Colors of #2A7363
Black with #2A7363
Text Example
Text Example
White with #2A7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7363; }
p { color: rgb(42,115,99); }
H1.HeaderClassName
{
color: #2A7363;
}
.AnyTagClassName
{
color: #2A7363;
}
</style>
background-color css
<style>
a { background-color: #2A7363; }
a { background-color: rgb(42,115,99); }
div.DivClassName
{
background-color: #2A7363;
}
.BgClassName
{
background-color: #2A7363;
}
</style>
border-color css
<style>
span { border-color: #2A7363; }
span { border-color: rgb(42,115,99); }
td.TdClassName
{
border-color: #2A7363;
}
.TagClassName
{
border-color: #2A7363;
}
</style>