Shades of Genoa #2A8067
Tints of Genoa #2A8067
RGB
CMYK
RGB Variations
Color information
#2A8067 (or 0x2A8067) is known color: Genoa. HEX triplet: 2A, 80 and 67. RGB value is (42,128,103). Sum of RGB (Red+Green+Blue) = 42+128+103=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #2A8067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8067 is #D57F98. Grayscale: #636363. Windows color (decimal): -13991833 or 6783018. OLE color: 6783018.
HSL color Cylindrical-coordinate representation of color #2A8067: hue angle of 162.56º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A8067 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 128 | 103 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.50 |
| HSL | 162.56º | 0.51% | 0.33% | - |
| HSV(B) | 162.56º | 0.67% | 0.5% | - |
| XYZ | 11.12 | 16.91 | 15.51 | - |
| YUV | 99.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 103 | 0.67 | 0 | 0.20 | 0.50 | 162.56 | 0.51 | 0.33 |
| Hex | 2A | 80 | 67 | 43 | 0 | 14 | 32 | A3 | 33 | 21 |
| Octal | 52 | 200 | 147 | 103 | 0 | 24 | 62 | 243 | 63 | 41 |
| Binary | 101010 | 10000000 | 1100111 | 1000011 | 0 | 10100 | 110010 | 10100011 | 110011 | 100001 |
Color Harmonies of #2A8067
Complementary color
Monochromatic Colors of #2A8067
Black with #2A8067
Text Example
Text Example
White with #2A8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8067; }
p { color: rgb(42,128,103); }
H1.HeaderClassName
{
color: #2A8067;
}
.AnyTagClassName
{
color: #2A8067;
}
</style>
background-color css
<style>
a { background-color: #2A8067; }
a { background-color: rgb(42,128,103); }
div.DivClassName
{
background-color: #2A8067;
}
.BgClassName
{
background-color: #2A8067;
}
</style>
border-color css
<style>
span { border-color: #2A8067; }
span { border-color: rgb(42,128,103); }
td.TdClassName
{
border-color: #2A8067;
}
.TagClassName
{
border-color: #2A8067;
}
</style>