Shades of Genoa #287E64
Tints of Genoa #287E64
RGB
CMYK
RGB Variations
Color information
#287E64 (or 0x287E64) is known color: Genoa. HEX triplet: 28, 7E and 64. RGB value is (40,126,100). Sum of RGB (Red+Green+Blue) = 40+126+100=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #287E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287E64 is #D7819B. Grayscale: #616161. Windows color (decimal): -14123420 or 6585896. OLE color: 6585896.
HSL color Cylindrical-coordinate representation of color #287E64: hue angle of 161.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E64 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 126 | 100 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.51 |
| HSL | 161.86º | 0.52% | 0.33% | - |
| HSV(B) | 161.86º | 0.68% | 0.49% | - |
| XYZ | 10.64 | 16.29 | 14.64 | - |
| YUV | 97.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 100 | 0.68 | 0 | 0.21 | 0.51 | 161.86 | 0.52 | 0.33 |
| Hex | 28 | 7E | 64 | 44 | 0 | 15 | 33 | A2 | 34 | 21 |
| Octal | 50 | 176 | 144 | 104 | 0 | 25 | 63 | 242 | 64 | 41 |
| Binary | 101000 | 1111110 | 1100100 | 1000100 | 0 | 10101 | 110011 | 10100010 | 110100 | 100001 |
Color Harmonies of #287E64
Complementary color
Monochromatic Colors of #287E64
Black with #287E64
Text Example
Text Example
White with #287E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E64; }
p { color: rgb(40,126,100); }
H1.HeaderClassName
{
color: #287E64;
}
.AnyTagClassName
{
color: #287E64;
}
</style>
background-color css
<style>
a { background-color: #287E64; }
a { background-color: rgb(40,126,100); }
div.DivClassName
{
background-color: #287E64;
}
.BgClassName
{
background-color: #287E64;
}
</style>
border-color css
<style>
span { border-color: #287E64; }
span { border-color: rgb(40,126,100); }
td.TdClassName
{
border-color: #287E64;
}
.TagClassName
{
border-color: #287E64;
}
</style>