Shades of Amazon #278043
Tints of Amazon #278043
RGB
CMYK
RGB Variations
Color information
#278043 (or 0x278043) is known color: Amazon. HEX triplet: 27, 80 and 43. RGB value is (39,128,67). Sum of RGB (Red+Green+Blue) = 39+128+67=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #278043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278043 is #D87FBC. Grayscale: #5E5E5E. Windows color (decimal): -14188477 or 4423719. OLE color: 4423719.
HSL color Cylindrical-coordinate representation of color #278043: hue angle of 138.88º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278043 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 128 | 67 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.50 |
| HSL | 138.88º | 0.53% | 0.33% | - |
| HSV(B) | 138.88º | 0.7% | 0.5% | - |
| XYZ | 9.57 | 16.27 | 7.95 | - |
| YUV | 94.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 67 | 0.70 | 0 | 0.48 | 0.50 | 138.88 | 0.53 | 0.33 |
| Hex | 27 | 80 | 43 | 46 | 0 | 30 | 32 | 8B | 35 | 21 |
| Octal | 47 | 200 | 103 | 106 | 0 | 60 | 62 | 213 | 65 | 41 |
| Binary | 100111 | 10000000 | 1000011 | 1000110 | 0 | 110000 | 110010 | 10001011 | 110101 | 100001 |
Color Harmonies of #278043
Complementary color
Monochromatic Colors of #278043
Black with #278043
Text Example
Text Example
White with #278043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278043; }
p { color: rgb(39,128,67); }
H1.HeaderClassName
{
color: #278043;
}
.AnyTagClassName
{
color: #278043;
}
</style>
background-color css
<style>
a { background-color: #278043; }
a { background-color: rgb(39,128,67); }
div.DivClassName
{
background-color: #278043;
}
.BgClassName
{
background-color: #278043;
}
</style>
border-color css
<style>
span { border-color: #278043; }
span { border-color: rgb(39,128,67); }
td.TdClassName
{
border-color: #278043;
}
.TagClassName
{
border-color: #278043;
}
</style>