Shades of Genoa #247D6C
Tints of Genoa #247D6C
RGB
CMYK
RGB Variations
Color information
#247D6C (or 0x247D6C) is known color: Genoa. HEX triplet: 24, 7D and 6C. RGB value is (36,125,108). Sum of RGB (Red+Green+Blue) = 36+125+108=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #247D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247D6C is #DB8293. Grayscale: #606060. Windows color (decimal): -14385812 or 7109924. OLE color: 7109924.
HSL color Cylindrical-coordinate representation of color #247D6C: hue angle of 168.54º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247D6C is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 125 | 108 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.51 |
| HSL | 168.54º | 0.55% | 0.32% | - |
| HSV(B) | 168.54º | 0.71% | 0.49% | - |
| XYZ | 10.77 | 16.13 | 16.73 | - |
| YUV | 96.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 108 | 0.71 | 0 | 0.14 | 0.51 | 168.54 | 0.55 | 0.32 |
| Hex | 24 | 7D | 6C | 47 | 0 | E | 33 | A9 | 37 | 20 |
| Octal | 44 | 175 | 154 | 107 | 0 | 16 | 63 | 251 | 67 | 40 |
| Binary | 100100 | 1111101 | 1101100 | 1000111 | 0 | 1110 | 110011 | 10101001 | 110111 | 100000 |
Color Harmonies of #247D6C
Complementary color
Monochromatic Colors of #247D6C
Black with #247D6C
Text Example
Text Example
White with #247D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247D6C; }
p { color: rgb(36,125,108); }
H1.HeaderClassName
{
color: #247D6C;
}
.AnyTagClassName
{
color: #247D6C;
}
</style>
background-color css
<style>
a { background-color: #247D6C; }
a { background-color: rgb(36,125,108); }
div.DivClassName
{
background-color: #247D6C;
}
.BgClassName
{
background-color: #247D6C;
}
</style>
border-color css
<style>
span { border-color: #247D6C; }
span { border-color: rgb(36,125,108); }
td.TdClassName
{
border-color: #247D6C;
}
.TagClassName
{
border-color: #247D6C;
}
</style>