Shades of Genoa #2D826A
Tints of Genoa #2D826A
RGB
CMYK
RGB Variations
Color information
#2D826A (or 0x2D826A) is known color: Genoa. HEX triplet: 2D, 82 and 6A. RGB value is (45,130,106). Sum of RGB (Red+Green+Blue) = 45+130+106=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #2D826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D826A is #D27D95. Grayscale: #656565. Windows color (decimal): -13794710 or 6980141. OLE color: 6980141.
HSL color Cylindrical-coordinate representation of color #2D826A: hue angle of 163.06º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D826A is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 130 | 106 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.49 |
| HSL | 163.06º | 0.49% | 0.34% | - |
| HSV(B) | 163.06º | 0.65% | 0.51% | - |
| XYZ | 11.67 | 17.56 | 16.41 | - |
| YUV | 101.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 106 | 0.65 | 0 | 0.18 | 0.49 | 163.06 | 0.49 | 0.34 |
| Hex | 2D | 82 | 6A | 41 | 0 | 12 | 31 | A3 | 31 | 22 |
| Octal | 55 | 202 | 152 | 101 | 0 | 22 | 61 | 243 | 61 | 42 |
| Binary | 101101 | 10000010 | 1101010 | 1000001 | 0 | 10010 | 110001 | 10100011 | 110001 | 100010 |
Color Harmonies of #2D826A
Complementary color
Monochromatic Colors of #2D826A
Black with #2D826A
Text Example
Text Example
White with #2D826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D826A; }
p { color: rgb(45,130,106); }
H1.HeaderClassName
{
color: #2D826A;
}
.AnyTagClassName
{
color: #2D826A;
}
</style>
background-color css
<style>
a { background-color: #2D826A; }
a { background-color: rgb(45,130,106); }
div.DivClassName
{
background-color: #2D826A;
}
.BgClassName
{
background-color: #2D826A;
}
</style>
border-color css
<style>
span { border-color: #2D826A; }
span { border-color: rgb(45,130,106); }
td.TdClassName
{
border-color: #2D826A;
}
.TagClassName
{
border-color: #2D826A;
}
</style>