Shades of Genoa #247E6E
Tints of Genoa #247E6E
RGB
CMYK
RGB Variations
Color information
#247E6E (or 0x247E6E) is known color: Genoa. HEX triplet: 24, 7E and 6E. RGB value is (36,126,110). Sum of RGB (Red+Green+Blue) = 36+126+110=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #247E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247E6E is #DB8191. Grayscale: #616161. Windows color (decimal): -14385554 or 7241252. OLE color: 7241252.
HSL color Cylindrical-coordinate representation of color #247E6E: hue angle of 169.33º degrees, saturation: 0.56, 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 #247E6E is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 126 | 110 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.51 |
| HSL | 169.33º | 0.56% | 0.32% | - |
| HSV(B) | 169.33º | 0.71% | 0.49% | - |
| XYZ | 11 | 16.42 | 17.34 | - |
| YUV | 97.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 110 | 0.71 | 0 | 0.13 | 0.51 | 169.33 | 0.56 | 0.32 |
| Hex | 24 | 7E | 6E | 47 | 0 | D | 33 | A9 | 38 | 20 |
| Octal | 44 | 176 | 156 | 107 | 0 | 15 | 63 | 251 | 70 | 40 |
| Binary | 100100 | 1111110 | 1101110 | 1000111 | 0 | 1101 | 110011 | 10101001 | 111000 | 100000 |
Color Harmonies of #247E6E
Complementary color
Monochromatic Colors of #247E6E
Black with #247E6E
Text Example
Text Example
White with #247E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247E6E; }
p { color: rgb(36,126,110); }
H1.HeaderClassName
{
color: #247E6E;
}
.AnyTagClassName
{
color: #247E6E;
}
</style>
background-color css
<style>
a { background-color: #247E6E; }
a { background-color: rgb(36,126,110); }
div.DivClassName
{
background-color: #247E6E;
}
.BgClassName
{
background-color: #247E6E;
}
</style>
border-color css
<style>
span { border-color: #247E6E; }
span { border-color: rgb(36,126,110); }
td.TdClassName
{
border-color: #247E6E;
}
.TagClassName
{
border-color: #247E6E;
}
</style>