Shades of Genoa #247D6A
Tints of Genoa #247D6A
RGB
CMYK
RGB Variations
Color information
#247D6A (or 0x247D6A) is known color: Genoa. HEX triplet: 24, 7D and 6A. RGB value is (36,125,106). Sum of RGB (Red+Green+Blue) = 36+125+106=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #247D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247D6A is #DB8295. Grayscale: #606060. Windows color (decimal): -14385814 or 6978852. OLE color: 6978852.
HSL color Cylindrical-coordinate representation of color #247D6A: hue angle of 167.19º 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 #247D6A is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 125 | 106 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.51 |
| HSL | 167.19º | 0.55% | 0.32% | - |
| HSV(B) | 167.19º | 0.71% | 0.49% | - |
| XYZ | 10.66 | 16.08 | 16.18 | - |
| YUV | 96.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 106 | 0.71 | 0 | 0.15 | 0.51 | 167.19 | 0.55 | 0.32 |
| Hex | 24 | 7D | 6A | 47 | 0 | F | 33 | A7 | 37 | 20 |
| Octal | 44 | 175 | 152 | 107 | 0 | 17 | 63 | 247 | 67 | 40 |
| Binary | 100100 | 1111101 | 1101010 | 1000111 | 0 | 1111 | 110011 | 10100111 | 110111 | 100000 |
Color Harmonies of #247D6A
Complementary color
Monochromatic Colors of #247D6A
Black with #247D6A
Text Example
Text Example
White with #247D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247D6A; }
p { color: rgb(36,125,106); }
H1.HeaderClassName
{
color: #247D6A;
}
.AnyTagClassName
{
color: #247D6A;
}
</style>
background-color css
<style>
a { background-color: #247D6A; }
a { background-color: rgb(36,125,106); }
div.DivClassName
{
background-color: #247D6A;
}
.BgClassName
{
background-color: #247D6A;
}
</style>
border-color css
<style>
span { border-color: #247D6A; }
span { border-color: rgb(36,125,106); }
td.TdClassName
{
border-color: #247D6A;
}
.TagClassName
{
border-color: #247D6A;
}
</style>