Shades of Amazon #2B704F
Tints of Amazon #2B704F
RGB
CMYK
RGB Variations
Color information
#2B704F (or 0x2B704F) is known color: Amazon. HEX triplet: 2B, 70 and 4F. RGB value is (43,112,79). Sum of RGB (Red+Green+Blue) = 43+112+79=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #2B704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B704F is #D48FB0. Grayscale: #575757. Windows color (decimal): -13930417 or 5206059. OLE color: 5206059.
HSL color Cylindrical-coordinate representation of color #2B704F: hue angle of 151.3º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B704F is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 79 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.56 |
| HSL | 151.3º | 0.45% | 0.3% | - |
| HSV(B) | 151.3º | 0.62% | 0.44% | - |
| XYZ | 8.2 | 12.67 | 9.41 | - |
| YUV | 87.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 79 | 0.62 | 0 | 0.29 | 0.56 | 151.3 | 0.45 | 0.3 |
| Hex | 2B | 70 | 4F | 3E | 0 | 1D | 38 | 97 | 2D | 1E |
| Octal | 53 | 160 | 117 | 76 | 0 | 35 | 70 | 227 | 55 | 36 |
| Binary | 101011 | 1110000 | 1001111 | 111110 | 0 | 11101 | 111000 | 10010111 | 101101 | 11110 |
Color Harmonies of #2B704F
Complementary color
Monochromatic Colors of #2B704F
Black with #2B704F
Text Example
Text Example
White with #2B704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B704F; }
p { color: rgb(43,112,79); }
H1.HeaderClassName
{
color: #2B704F;
}
.AnyTagClassName
{
color: #2B704F;
}
</style>
background-color css
<style>
a { background-color: #2B704F; }
a { background-color: rgb(43,112,79); }
div.DivClassName
{
background-color: #2B704F;
}
.BgClassName
{
background-color: #2B704F;
}
</style>
border-color css
<style>
span { border-color: #2B704F; }
span { border-color: rgb(43,112,79); }
td.TdClassName
{
border-color: #2B704F;
}
.TagClassName
{
border-color: #2B704F;
}
</style>