Shades of Amazon #2D7A4A
Tints of Amazon #2D7A4A
RGB
CMYK
RGB Variations
Color information
#2D7A4A (or 0x2D7A4A) is known color: Amazon. HEX triplet: 2D, 7A and 4A. RGB value is (45,122,74). Sum of RGB (Red+Green+Blue) = 45+122+74=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7A4A is #D285B5. Grayscale: #5D5D5D. Windows color (decimal): -13796790 or 4880941. OLE color: 4880941.
HSL color Cylindrical-coordinate representation of color #2D7A4A: hue angle of 142.6º 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 #2D7A4A is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 122 | 74 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.52 |
| HSL | 142.6º | 0.46% | 0.33% | - |
| HSV(B) | 142.6º | 0.63% | 0.48% | - |
| XYZ | 9.28 | 14.97 | 8.88 | - |
| YUV | 93.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 74 | 0.63 | 0 | 0.39 | 0.52 | 142.6 | 0.46 | 0.33 |
| Hex | 2D | 7A | 4A | 3F | 0 | 27 | 34 | 8F | 2E | 21 |
| Octal | 55 | 172 | 112 | 77 | 0 | 47 | 64 | 217 | 56 | 41 |
| Binary | 101101 | 1111010 | 1001010 | 111111 | 0 | 100111 | 110100 | 10001111 | 101110 | 100001 |
Color Harmonies of #2D7A4A
Complementary color
Monochromatic Colors of #2D7A4A
Black with #2D7A4A
Text Example
Text Example
White with #2D7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7A4A; }
p { color: rgb(45,122,74); }
H1.HeaderClassName
{
color: #2D7A4A;
}
.AnyTagClassName
{
color: #2D7A4A;
}
</style>
background-color css
<style>
a { background-color: #2D7A4A; }
a { background-color: rgb(45,122,74); }
div.DivClassName
{
background-color: #2D7A4A;
}
.BgClassName
{
background-color: #2D7A4A;
}
</style>
border-color css
<style>
span { border-color: #2D7A4A; }
span { border-color: rgb(45,122,74); }
td.TdClassName
{
border-color: #2D7A4A;
}
.TagClassName
{
border-color: #2D7A4A;
}
</style>