Shades of Amazon #2B7D4A
Tints of Amazon #2B7D4A
RGB
CMYK
RGB Variations
Color information
#2B7D4A (or 0x2B7D4A) is known color: Amazon. HEX triplet: 2B, 7D and 4A. RGB value is (43,125,74). Sum of RGB (Red+Green+Blue) = 43+125+74=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7D4A is #D482B5. Grayscale: #5E5E5E. Windows color (decimal): -13927094 or 4881707. OLE color: 4881707.
HSL color Cylindrical-coordinate representation of color #2B7D4A: hue angle of 142.68º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7D4A is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 125 | 74 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.51 |
| HSL | 142.68º | 0.49% | 0.33% | - |
| HSV(B) | 142.68º | 0.66% | 0.49% | - |
| XYZ | 9.57 | 15.68 | 9 | - |
| YUV | 94.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 74 | 0.66 | 0 | 0.41 | 0.51 | 142.68 | 0.49 | 0.33 |
| Hex | 2B | 7D | 4A | 42 | 0 | 29 | 33 | 8F | 31 | 21 |
| Octal | 53 | 175 | 112 | 102 | 0 | 51 | 63 | 217 | 61 | 41 |
| Binary | 101011 | 1111101 | 1001010 | 1000010 | 0 | 101001 | 110011 | 10001111 | 110001 | 100001 |
Color Harmonies of #2B7D4A
Complementary color
Monochromatic Colors of #2B7D4A
Black with #2B7D4A
Text Example
Text Example
White with #2B7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D4A; }
p { color: rgb(43,125,74); }
H1.HeaderClassName
{
color: #2B7D4A;
}
.AnyTagClassName
{
color: #2B7D4A;
}
</style>
background-color css
<style>
a { background-color: #2B7D4A; }
a { background-color: rgb(43,125,74); }
div.DivClassName
{
background-color: #2B7D4A;
}
.BgClassName
{
background-color: #2B7D4A;
}
</style>
border-color css
<style>
span { border-color: #2B7D4A; }
span { border-color: rgb(43,125,74); }
td.TdClassName
{
border-color: #2B7D4A;
}
.TagClassName
{
border-color: #2B7D4A;
}
</style>