Shades of Genoa #247A69
Tints of Genoa #247A69
RGB
CMYK
RGB Variations
Color information
#247A69 (or 0x247A69) is known color: Genoa. HEX triplet: 24, 7A and 69. RGB value is (36,122,105). Sum of RGB (Red+Green+Blue) = 36+122+105=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #247A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A69 is #DB8596. Grayscale: #5E5E5E. Windows color (decimal): -14386583 or 6912548. OLE color: 6912548.
HSL color Cylindrical-coordinate representation of color #247A69: hue angle of 168.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A69 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 122 | 105 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.52 |
| HSL | 168.14º | 0.54% | 0.31% | - |
| HSV(B) | 168.14º | 0.7% | 0.48% | - |
| XYZ | 10.24 | 15.31 | 15.78 | - |
| YUV | 94.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 105 | 0.70 | 0 | 0.14 | 0.52 | 168.14 | 0.54 | 0.31 |
| Hex | 24 | 7A | 69 | 46 | 0 | E | 34 | A8 | 36 | 1F |
| Octal | 44 | 172 | 151 | 106 | 0 | 16 | 64 | 250 | 66 | 37 |
| Binary | 100100 | 1111010 | 1101001 | 1000110 | 0 | 1110 | 110100 | 10101000 | 110110 | 11111 |
Color Harmonies of #247A69
Complementary color
Monochromatic Colors of #247A69
Black with #247A69
Text Example
Text Example
White with #247A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A69; }
p { color: rgb(36,122,105); }
H1.HeaderClassName
{
color: #247A69;
}
.AnyTagClassName
{
color: #247A69;
}
</style>
background-color css
<style>
a { background-color: #247A69; }
a { background-color: rgb(36,122,105); }
div.DivClassName
{
background-color: #247A69;
}
.BgClassName
{
background-color: #247A69;
}
</style>
border-color css
<style>
span { border-color: #247A69; }
span { border-color: rgb(36,122,105); }
td.TdClassName
{
border-color: #247A69;
}
.TagClassName
{
border-color: #247A69;
}
</style>