Shades of Amazon #2B7B4F
Tints of Amazon #2B7B4F
RGB
CMYK
RGB Variations
Color information
#2B7B4F (or 0x2B7B4F) is known color: Amazon. HEX triplet: 2B, 7B and 4F. RGB value is (43,123,79). Sum of RGB (Red+Green+Blue) = 43+123+79=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7B4F is #D484B0. Grayscale: #5E5E5E. Windows color (decimal): -13927601 or 5208875. OLE color: 5208875.
HSL color Cylindrical-coordinate representation of color #2B7B4F: hue angle of 147º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7B4F is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 79 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.52 |
| HSL | 147º | 0.48% | 0.33% | - |
| HSV(B) | 147º | 0.65% | 0.48% | - |
| XYZ | 9.49 | 15.24 | 9.84 | - |
| YUV | 94.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 79 | 0.65 | 0 | 0.36 | 0.52 | 147 | 0.48 | 0.33 |
| Hex | 2B | 7B | 4F | 41 | 0 | 24 | 34 | 93 | 30 | 21 |
| Octal | 53 | 173 | 117 | 101 | 0 | 44 | 64 | 223 | 60 | 41 |
| Binary | 101011 | 1111011 | 1001111 | 1000001 | 0 | 100100 | 110100 | 10010011 | 110000 | 100001 |
Color Harmonies of #2B7B4F
Complementary color
Monochromatic Colors of #2B7B4F
Black with #2B7B4F
Text Example
Text Example
White with #2B7B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B4F; }
p { color: rgb(43,123,79); }
H1.HeaderClassName
{
color: #2B7B4F;
}
.AnyTagClassName
{
color: #2B7B4F;
}
</style>
background-color css
<style>
a { background-color: #2B7B4F; }
a { background-color: rgb(43,123,79); }
div.DivClassName
{
background-color: #2B7B4F;
}
.BgClassName
{
background-color: #2B7B4F;
}
</style>
border-color css
<style>
span { border-color: #2B7B4F; }
span { border-color: rgb(43,123,79); }
td.TdClassName
{
border-color: #2B7B4F;
}
.TagClassName
{
border-color: #2B7B4F;
}
</style>