Shades of Genoa #2A816F
Tints of Genoa #2A816F
RGB
CMYK
RGB Variations
Color information
#2A816F (or 0x2A816F) is known color: Genoa. HEX triplet: 2A, 81 and 6F. RGB value is (42,129,111). Sum of RGB (Red+Green+Blue) = 42+129+111=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #2A816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A816F is #D57E90. Grayscale: #646464. Windows color (decimal): -13991569 or 7307562. OLE color: 7307562.
HSL color Cylindrical-coordinate representation of color #2A816F: hue angle of 167.59º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A816F is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 111 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.49 |
| HSL | 167.59º | 0.51% | 0.34% | - |
| HSV(B) | 167.59º | 0.67% | 0.51% | - |
| XYZ | 11.67 | 17.34 | 17.77 | - |
| YUV | 100.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 111 | 0.67 | 0 | 0.14 | 0.49 | 167.59 | 0.51 | 0.34 |
| Hex | 2A | 81 | 6F | 43 | 0 | E | 31 | A8 | 33 | 22 |
| Octal | 52 | 201 | 157 | 103 | 0 | 16 | 61 | 250 | 63 | 42 |
| Binary | 101010 | 10000001 | 1101111 | 1000011 | 0 | 1110 | 110001 | 10101000 | 110011 | 100010 |
Color Harmonies of #2A816F
Complementary color
Monochromatic Colors of #2A816F
Black with #2A816F
Text Example
Text Example
White with #2A816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A816F; }
p { color: rgb(42,129,111); }
H1.HeaderClassName
{
color: #2A816F;
}
.AnyTagClassName
{
color: #2A816F;
}
</style>
background-color css
<style>
a { background-color: #2A816F; }
a { background-color: rgb(42,129,111); }
div.DivClassName
{
background-color: #2A816F;
}
.BgClassName
{
background-color: #2A816F;
}
</style>
border-color css
<style>
span { border-color: #2A816F; }
span { border-color: rgb(42,129,111); }
td.TdClassName
{
border-color: #2A816F;
}
.TagClassName
{
border-color: #2A816F;
}
</style>