Shades of Amazon #30774B
Tints of Amazon #30774B
RGB
CMYK
RGB Variations
Color information
#30774B (or 0x30774B) is known color: Amazon. HEX triplet: 30, 77 and 4B. RGB value is (48,119,75). Sum of RGB (Red+Green+Blue) = 48+119+75=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #30774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30774B is #CF88B4. Grayscale: #5C5C5C. Windows color (decimal): -13600949 or 4945712. OLE color: 4945712.
HSL color Cylindrical-coordinate representation of color #30774B: hue angle of 142.82º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30774B is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 75 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.53 |
| HSL | 142.82º | 0.43% | 0.33% | - |
| HSV(B) | 142.82º | 0.6% | 0.47% | - |
| XYZ | 9.09 | 14.33 | 8.94 | - |
| YUV | 92.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 75 | 0.60 | 0 | 0.37 | 0.53 | 142.82 | 0.43 | 0.33 |
| Hex | 30 | 77 | 4B | 3C | 0 | 25 | 35 | 8F | 2B | 21 |
| Octal | 60 | 167 | 113 | 74 | 0 | 45 | 65 | 217 | 53 | 41 |
| Binary | 110000 | 1110111 | 1001011 | 111100 | 0 | 100101 | 110101 | 10001111 | 101011 | 100001 |
Color Harmonies of #30774B
Complementary color
Monochromatic Colors of #30774B
Black with #30774B
Text Example
Text Example
White with #30774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30774B; }
p { color: rgb(48,119,75); }
H1.HeaderClassName
{
color: #30774B;
}
.AnyTagClassName
{
color: #30774B;
}
</style>
background-color css
<style>
a { background-color: #30774B; }
a { background-color: rgb(48,119,75); }
div.DivClassName
{
background-color: #30774B;
}
.BgClassName
{
background-color: #30774B;
}
</style>
border-color css
<style>
span { border-color: #30774B; }
span { border-color: rgb(48,119,75); }
td.TdClassName
{
border-color: #30774B;
}
.TagClassName
{
border-color: #30774B;
}
</style>