Shades of Amazon #30754E
Tints of Amazon #30754E
RGB
CMYK
RGB Variations
Color information
#30754E (or 0x30754E) is known color: Amazon. HEX triplet: 30, 75 and 4E. RGB value is (48,117,78). Sum of RGB (Red+Green+Blue) = 48+117+78=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #30754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30754E is #CF8AB1. Grayscale: #5C5C5C. Windows color (decimal): -13601458 or 5141808. OLE color: 5141808.
HSL color Cylindrical-coordinate representation of color #30754E: hue angle of 146.09º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30754E is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 117 | 78 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.54 |
| HSL | 146.09º | 0.42% | 0.32% | - |
| HSV(B) | 146.09º | 0.59% | 0.46% | - |
| XYZ | 8.96 | 13.9 | 9.42 | - |
| YUV | 91.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 78 | 0.59 | 0 | 0.33 | 0.54 | 146.09 | 0.42 | 0.32 |
| Hex | 30 | 75 | 4E | 3B | 0 | 21 | 36 | 92 | 2A | 20 |
| Octal | 60 | 165 | 116 | 73 | 0 | 41 | 66 | 222 | 52 | 40 |
| Binary | 110000 | 1110101 | 1001110 | 111011 | 0 | 100001 | 110110 | 10010010 | 101010 | 100000 |
Color Harmonies of #30754E
Complementary color
Monochromatic Colors of #30754E
Black with #30754E
Text Example
Text Example
White with #30754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30754E; }
p { color: rgb(48,117,78); }
H1.HeaderClassName
{
color: #30754E;
}
.AnyTagClassName
{
color: #30754E;
}
</style>
background-color css
<style>
a { background-color: #30754E; }
a { background-color: rgb(48,117,78); }
div.DivClassName
{
background-color: #30754E;
}
.BgClassName
{
background-color: #30754E;
}
</style>
border-color css
<style>
span { border-color: #30754E; }
span { border-color: rgb(48,117,78); }
td.TdClassName
{
border-color: #30754E;
}
.TagClassName
{
border-color: #30754E;
}
</style>