Shades of Genoa #2B6964
Tints of Genoa #2B6964
RGB
CMYK
RGB Variations
Color information
#2B6964 (or 0x2B6964) is known color: Genoa. HEX triplet: 2B, 69 and 64. RGB value is (43,105,100). Sum of RGB (Red+Green+Blue) = 43+105+100=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6964 is #D4969B. Grayscale: #555555. Windows color (decimal): -13932188 or 6580523. OLE color: 6580523.
HSL color Cylindrical-coordinate representation of color #2B6964: hue angle of 175.16º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6964 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 100 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.59 |
| HSL | 175.16º | 0.42% | 0.29% | - |
| HSV(B) | 175.16º | 0.59% | 0.41% | - |
| XYZ | 8.35 | 11.54 | 13.84 | - |
| YUV | 85.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 100 | 0.59 | 0 | 0.05 | 0.59 | 175.16 | 0.42 | 0.29 |
| Hex | 2B | 69 | 64 | 3B | 0 | 5 | 3B | AF | 2A | 1D |
| Octal | 53 | 151 | 144 | 73 | 0 | 5 | 73 | 257 | 52 | 35 |
| Binary | 101011 | 1101001 | 1100100 | 111011 | 0 | 101 | 111011 | 10101111 | 101010 | 11101 |
Color Harmonies of #2B6964
Complementary color
Monochromatic Colors of #2B6964
Black with #2B6964
Text Example
Text Example
White with #2B6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6964; }
p { color: rgb(43,105,100); }
H1.HeaderClassName
{
color: #2B6964;
}
.AnyTagClassName
{
color: #2B6964;
}
</style>
background-color css
<style>
a { background-color: #2B6964; }
a { background-color: rgb(43,105,100); }
div.DivClassName
{
background-color: #2B6964;
}
.BgClassName
{
background-color: #2B6964;
}
</style>
border-color css
<style>
span { border-color: #2B6964; }
span { border-color: rgb(43,105,100); }
td.TdClassName
{
border-color: #2B6964;
}
.TagClassName
{
border-color: #2B6964;
}
</style>