Shades of Amazon #2B7E44
Tints of Amazon #2B7E44
RGB
CMYK
RGB Variations
Color information
#2B7E44 (or 0x2B7E44) is known color: Amazon. HEX triplet: 2B, 7E and 44. RGB value is (43,126,68). Sum of RGB (Red+Green+Blue) = 43+126+68=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7E44 is #D481BB. Grayscale: #5E5E5E. Windows color (decimal): -13926844 or 4488747. OLE color: 4488747.
HSL color Cylindrical-coordinate representation of color #2B7E44: hue angle of 138.07º 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 #2B7E44 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 68 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.51 |
| HSL | 138.07º | 0.49% | 0.33% | - |
| HSV(B) | 138.07º | 0.66% | 0.49% | - |
| XYZ | 9.5 | 15.85 | 8.03 | - |
| YUV | 94.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 68 | 0.66 | 0 | 0.46 | 0.51 | 138.07 | 0.49 | 0.33 |
| Hex | 2B | 7E | 44 | 42 | 0 | 2E | 33 | 8A | 31 | 21 |
| Octal | 53 | 176 | 104 | 102 | 0 | 56 | 63 | 212 | 61 | 41 |
| Binary | 101011 | 1111110 | 1000100 | 1000010 | 0 | 101110 | 110011 | 10001010 | 110001 | 100001 |
Color Harmonies of #2B7E44
Complementary color
Monochromatic Colors of #2B7E44
Black with #2B7E44
Text Example
Text Example
White with #2B7E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E44; }
p { color: rgb(43,126,68); }
H1.HeaderClassName
{
color: #2B7E44;
}
.AnyTagClassName
{
color: #2B7E44;
}
</style>
background-color css
<style>
a { background-color: #2B7E44; }
a { background-color: rgb(43,126,68); }
div.DivClassName
{
background-color: #2B7E44;
}
.BgClassName
{
background-color: #2B7E44;
}
</style>
border-color css
<style>
span { border-color: #2B7E44; }
span { border-color: rgb(43,126,68); }
td.TdClassName
{
border-color: #2B7E44;
}
.TagClassName
{
border-color: #2B7E44;
}
</style>