Shades of Genoa #2A836F
Tints of Genoa #2A836F
RGB
CMYK
RGB Variations
Color information
#2A836F (or 0x2A836F) is known color: Genoa. HEX triplet: 2A, 83 and 6F. RGB value is (42,131,111). Sum of RGB (Red+Green+Blue) = 42+131+111=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #2A836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A836F is #D57C90. Grayscale: #666666. Windows color (decimal): -13991057 or 7308074. OLE color: 7308074.
HSL color Cylindrical-coordinate representation of color #2A836F: hue angle of 166.52º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A836F is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 131 | 111 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.49 |
| HSL | 166.52º | 0.51% | 0.34% | - |
| HSV(B) | 166.52º | 0.68% | 0.51% | - |
| XYZ | 11.94 | 17.87 | 17.86 | - |
| YUV | 102.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 131 | 111 | 0.68 | 0 | 0.15 | 0.49 | 166.52 | 0.51 | 0.34 |
| Hex | 2A | 83 | 6F | 44 | 0 | F | 31 | A7 | 33 | 22 |
| Octal | 52 | 203 | 157 | 104 | 0 | 17 | 61 | 247 | 63 | 42 |
| Binary | 101010 | 10000011 | 1101111 | 1000100 | 0 | 1111 | 110001 | 10100111 | 110011 | 100010 |
Color Harmonies of #2A836F
Complementary color
Monochromatic Colors of #2A836F
Black with #2A836F
Text Example
Text Example
White with #2A836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A836F; }
p { color: rgb(42,131,111); }
H1.HeaderClassName
{
color: #2A836F;
}
.AnyTagClassName
{
color: #2A836F;
}
</style>
background-color css
<style>
a { background-color: #2A836F; }
a { background-color: rgb(42,131,111); }
div.DivClassName
{
background-color: #2A836F;
}
.BgClassName
{
background-color: #2A836F;
}
</style>
border-color css
<style>
span { border-color: #2A836F; }
span { border-color: rgb(42,131,111); }
td.TdClassName
{
border-color: #2A836F;
}
.TagClassName
{
border-color: #2A836F;
}
</style>