Shades of Genoa #2D7B62
Tints of Genoa #2D7B62
RGB
CMYK
RGB Variations
Color information
#2D7B62 (or 0x2D7B62) is known color: Genoa. HEX triplet: 2D, 7B and 62. RGB value is (45,123,98). Sum of RGB (Red+Green+Blue) = 45+123+98=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7B62 is #D2849D. Grayscale: #606060. Windows color (decimal): -13796510 or 6454061. OLE color: 6454061.
HSL color Cylindrical-coordinate representation of color #2D7B62: hue angle of 160.77º 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 #2D7B62 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 123 | 98 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.52 |
| HSL | 160.77º | 0.46% | 0.33% | - |
| HSV(B) | 160.77º | 0.63% | 0.48% | - |
| XYZ | 10.37 | 15.61 | 14.02 | - |
| YUV | 96.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 98 | 0.63 | 0 | 0.20 | 0.52 | 160.77 | 0.46 | 0.33 |
| Hex | 2D | 7B | 62 | 3F | 0 | 14 | 34 | A1 | 2E | 21 |
| Octal | 55 | 173 | 142 | 77 | 0 | 24 | 64 | 241 | 56 | 41 |
| Binary | 101101 | 1111011 | 1100010 | 111111 | 0 | 10100 | 110100 | 10100001 | 101110 | 100001 |
Color Harmonies of #2D7B62
Complementary color
Monochromatic Colors of #2D7B62
Black with #2D7B62
Text Example
Text Example
White with #2D7B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7B62; }
p { color: rgb(45,123,98); }
H1.HeaderClassName
{
color: #2D7B62;
}
.AnyTagClassName
{
color: #2D7B62;
}
</style>
background-color css
<style>
a { background-color: #2D7B62; }
a { background-color: rgb(45,123,98); }
div.DivClassName
{
background-color: #2D7B62;
}
.BgClassName
{
background-color: #2D7B62;
}
</style>
border-color css
<style>
span { border-color: #2D7B62; }
span { border-color: rgb(45,123,98); }
td.TdClassName
{
border-color: #2D7B62;
}
.TagClassName
{
border-color: #2D7B62;
}
</style>