Shades of Amazon #2B7A44
Tints of Amazon #2B7A44
RGB
CMYK
RGB Variations
Color information
#2B7A44 (or 0x2B7A44) is known color: Amazon. HEX triplet: 2B, 7A and 44. RGB value is (43,122,68). Sum of RGB (Red+Green+Blue) = 43+122+68=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A44 is #D485BB. Grayscale: #5C5C5C. Windows color (decimal): -13927868 or 4487723. OLE color: 4487723.
HSL color Cylindrical-coordinate representation of color #2B7A44: hue angle of 138.99º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A44 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
RGB | 43 | 122 | 68 | - |
CMYK | 0.65 | 0 | 0.44 | 0.52 |
HSL | 138.99º | 0.48% | 0.32% | - |
HSV(B) | 138.99º | 0.65% | 0.48% | - |
XYZ | 9 | 14.85 | 7.86 | - |
YUV | 92.22 | 114.33 | 92.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 122 | 68 | 0.65 | 0 | 0.44 | 0.52 | 138.99 | 0.48 | 0.32 |
Hex | 2B | 7A | 44 | 41 | 0 | 2C | 34 | 8B | 30 | 20 |
Octal | 53 | 172 | 104 | 101 | 0 | 54 | 64 | 213 | 60 | 40 |
Binary | 101011 | 1111010 | 1000100 | 1000001 | 0 | 101100 | 110100 | 10001011 | 110000 | 100000 |
Color Harmonies of #2B7A44
Complementary color
Monochromatic Colors of #2B7A44
Black with #2B7A44
Text Example
Text Example
White with #2B7A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A44; }
p { color: rgb(43,122,68); }
H1.HeaderClassName
{
color: #2B7A44;
}
.AnyTagClassName
{
color: #2B7A44;
}
</style>
background-color css
<style>
a { background-color: #2B7A44; }
a { background-color: rgb(43,122,68); }
div.DivClassName
{
background-color: #2B7A44;
}
.BgClassName
{
background-color: #2B7A44;
}
</style>
border-color css
<style>
span { border-color: #2B7A44; }
span { border-color: rgb(43,122,68); }
td.TdClassName
{
border-color: #2B7A44;
}
.TagClassName
{
border-color: #2B7A44;
}
</style>