Shades of Genoa #2D7B6E
Tints of Genoa #2D7B6E
RGB
CMYK
RGB Variations
Color information
#2D7B6E (or 0x2D7B6E) is known color: Genoa. HEX triplet: 2D, 7B and 6E. RGB value is (45,123,110). Sum of RGB (Red+Green+Blue) = 45+123+110=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7B6E is #D28491. Grayscale: #626262. Windows color (decimal): -13796498 or 7240493. OLE color: 7240493.
HSL color Cylindrical-coordinate representation of color #2D7B6E: hue angle of 170º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7B6E is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 123 | 110 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.52 |
| HSL | 170º | 0.46% | 0.33% | - |
| HSV(B) | 170º | 0.63% | 0.48% | - |
| XYZ | 10.98 | 15.85 | 17.23 | - |
| YUV | 98.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 110 | 0.63 | 0 | 0.11 | 0.52 | 170 | 0.46 | 0.33 |
| Hex | 2D | 7B | 6E | 3F | 0 | B | 34 | AA | 2E | 21 |
| Octal | 55 | 173 | 156 | 77 | 0 | 13 | 64 | 252 | 56 | 41 |
| Binary | 101101 | 1111011 | 1101110 | 111111 | 0 | 1011 | 110100 | 10101010 | 101110 | 100001 |
Color Harmonies of #2D7B6E
Complementary color
Monochromatic Colors of #2D7B6E
Black with #2D7B6E
Text Example
Text Example
White with #2D7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7B6E; }
p { color: rgb(45,123,110); }
H1.HeaderClassName
{
color: #2D7B6E;
}
.AnyTagClassName
{
color: #2D7B6E;
}
</style>
background-color css
<style>
a { background-color: #2D7B6E; }
a { background-color: rgb(45,123,110); }
div.DivClassName
{
background-color: #2D7B6E;
}
.BgClassName
{
background-color: #2D7B6E;
}
</style>
border-color css
<style>
span { border-color: #2D7B6E; }
span { border-color: rgb(45,123,110); }
td.TdClassName
{
border-color: #2D7B6E;
}
.TagClassName
{
border-color: #2D7B6E;
}
</style>