Shades of Genoa #2D8370
Tints of Genoa #2D8370
RGB
CMYK
RGB Variations
Color information
#2D8370 (or 0x2D8370) is known color: Genoa. HEX triplet: 2D, 83 and 70. RGB value is (45,131,112). Sum of RGB (Red+Green+Blue) = 45+131+112=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8370 is #D27C8F. Grayscale: #676767. Windows color (decimal): -13794448 or 7373613. OLE color: 7373613.
HSL color Cylindrical-coordinate representation of color #2D8370: hue angle of 166.74º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8370 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 112 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.49 |
| HSL | 166.74º | 0.49% | 0.35% | - |
| HSV(B) | 166.74º | 0.66% | 0.51% | - |
| XYZ | 12.12 | 17.96 | 18.16 | - |
| YUV | 103.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 112 | 0.66 | 0 | 0.15 | 0.49 | 166.74 | 0.49 | 0.35 |
| Hex | 2D | 83 | 70 | 42 | 0 | F | 31 | A7 | 31 | 23 |
| Octal | 55 | 203 | 160 | 102 | 0 | 17 | 61 | 247 | 61 | 43 |
| Binary | 101101 | 10000011 | 1110000 | 1000010 | 0 | 1111 | 110001 | 10100111 | 110001 | 100011 |
Color Harmonies of #2D8370
Complementary color
Monochromatic Colors of #2D8370
Black with #2D8370
Text Example
Text Example
White with #2D8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8370; }
p { color: rgb(45,131,112); }
H1.HeaderClassName
{
color: #2D8370;
}
.AnyTagClassName
{
color: #2D8370;
}
</style>
background-color css
<style>
a { background-color: #2D8370; }
a { background-color: rgb(45,131,112); }
div.DivClassName
{
background-color: #2D8370;
}
.BgClassName
{
background-color: #2D8370;
}
</style>
border-color css
<style>
span { border-color: #2D8370; }
span { border-color: rgb(45,131,112); }
td.TdClassName
{
border-color: #2D8370;
}
.TagClassName
{
border-color: #2D8370;
}
</style>