Shades of Genoa #247C6D
Tints of Genoa #247C6D
RGB
CMYK
RGB Variations
Color information
#247C6D (or 0x247C6D) is known color: Genoa. HEX triplet: 24, 7C and 6D. RGB value is (36,124,109). Sum of RGB (Red+Green+Blue) = 36+124+109=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #247C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247C6D is #DB8392. Grayscale: #5F5F5F. Windows color (decimal): -14386067 or 7175204. OLE color: 7175204.
HSL color Cylindrical-coordinate representation of color #247C6D: hue angle of 169.77º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C6D is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 124 | 109 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.51 |
| HSL | 169.77º | 0.55% | 0.31% | - |
| HSV(B) | 169.77º | 0.71% | 0.49% | - |
| XYZ | 10.7 | 15.89 | 16.97 | - |
| YUV | 95.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 109 | 0.71 | 0 | 0.12 | 0.51 | 169.77 | 0.55 | 0.31 |
| Hex | 24 | 7C | 6D | 47 | 0 | C | 33 | AA | 37 | 1F |
| Octal | 44 | 174 | 155 | 107 | 0 | 14 | 63 | 252 | 67 | 37 |
| Binary | 100100 | 1111100 | 1101101 | 1000111 | 0 | 1100 | 110011 | 10101010 | 110111 | 11111 |
Color Harmonies of #247C6D
Complementary color
Monochromatic Colors of #247C6D
Black with #247C6D
Text Example
Text Example
White with #247C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C6D; }
p { color: rgb(36,124,109); }
H1.HeaderClassName
{
color: #247C6D;
}
.AnyTagClassName
{
color: #247C6D;
}
</style>
background-color css
<style>
a { background-color: #247C6D; }
a { background-color: rgb(36,124,109); }
div.DivClassName
{
background-color: #247C6D;
}
.BgClassName
{
background-color: #247C6D;
}
</style>
border-color css
<style>
span { border-color: #247C6D; }
span { border-color: rgb(36,124,109); }
td.TdClassName
{
border-color: #247C6D;
}
.TagClassName
{
border-color: #247C6D;
}
</style>