Shades of Amazon #2C7253
Tints of Amazon #2C7253
RGB
CMYK
RGB Variations
Color information
#2C7253 (or 0x2C7253) is known color: Amazon. HEX triplet: 2C, 72 and 53. RGB value is (44,114,83). Sum of RGB (Red+Green+Blue) = 44+114+83=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7253 is #D38DAC. Grayscale: #595959. Windows color (decimal): -13864365 or 5468716. OLE color: 5468716.
HSL color Cylindrical-coordinate representation of color #2C7253: hue angle of 153.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C7253 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 83 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.55 |
| HSL | 153.43º | 0.44% | 0.31% | - |
| HSV(B) | 153.43º | 0.61% | 0.45% | - |
| XYZ | 8.62 | 13.19 | 10.28 | - |
| YUV | 89.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 83 | 0.61 | 0 | 0.27 | 0.55 | 153.43 | 0.44 | 0.31 |
| Hex | 2C | 72 | 53 | 3D | 0 | 1B | 37 | 99 | 2C | 1F |
| Octal | 54 | 162 | 123 | 75 | 0 | 33 | 67 | 231 | 54 | 37 |
| Binary | 101100 | 1110010 | 1010011 | 111101 | 0 | 11011 | 110111 | 10011001 | 101100 | 11111 |
Color Harmonies of #2C7253
Complementary color
Monochromatic Colors of #2C7253
Black with #2C7253
Text Example
Text Example
White with #2C7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7253; }
p { color: rgb(44,114,83); }
H1.HeaderClassName
{
color: #2C7253;
}
.AnyTagClassName
{
color: #2C7253;
}
</style>
background-color css
<style>
a { background-color: #2C7253; }
a { background-color: rgb(44,114,83); }
div.DivClassName
{
background-color: #2C7253;
}
.BgClassName
{
background-color: #2C7253;
}
</style>
border-color css
<style>
span { border-color: #2C7253; }
span { border-color: rgb(44,114,83); }
td.TdClassName
{
border-color: #2C7253;
}
.TagClassName
{
border-color: #2C7253;
}
</style>