Shades of Amazon #30744E
Tints of Amazon #30744E
RGB
CMYK
RGB Variations
Color information
#30744E (or 0x30744E) is known color: Amazon. HEX triplet: 30, 74 and 4E. RGB value is (48,116,78). Sum of RGB (Red+Green+Blue) = 48+116+78=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #30744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30744E is #CF8BB1. Grayscale: #5B5B5B. Windows color (decimal): -13601714 or 5141552. OLE color: 5141552.
HSL color Cylindrical-coordinate representation of color #30744E: hue angle of 146.47º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30744E is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 78 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.55 |
| HSL | 146.47º | 0.41% | 0.32% | - |
| HSV(B) | 146.47º | 0.59% | 0.45% | - |
| XYZ | 8.84 | 13.67 | 9.38 | - |
| YUV | 91.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 78 | 0.59 | 0 | 0.33 | 0.55 | 146.47 | 0.41 | 0.32 |
| Hex | 30 | 74 | 4E | 3B | 0 | 21 | 37 | 92 | 29 | 20 |
| Octal | 60 | 164 | 116 | 73 | 0 | 41 | 67 | 222 | 51 | 40 |
| Binary | 110000 | 1110100 | 1001110 | 111011 | 0 | 100001 | 110111 | 10010010 | 101001 | 100000 |
Color Harmonies of #30744E
Complementary color
Monochromatic Colors of #30744E
Black with #30744E
Text Example
Text Example
White with #30744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30744E; }
p { color: rgb(48,116,78); }
H1.HeaderClassName
{
color: #30744E;
}
.AnyTagClassName
{
color: #30744E;
}
</style>
background-color css
<style>
a { background-color: #30744E; }
a { background-color: rgb(48,116,78); }
div.DivClassName
{
background-color: #30744E;
}
.BgClassName
{
background-color: #30744E;
}
</style>
border-color css
<style>
span { border-color: #30744E; }
span { border-color: rgb(48,116,78); }
td.TdClassName
{
border-color: #30744E;
}
.TagClassName
{
border-color: #30744E;
}
</style>