Shades of Amazon #30744B
Tints of Amazon #30744B
RGB
CMYK
RGB Variations
Color information
#30744B (or 0x30744B) is known color: Amazon. HEX triplet: 30, 74 and 4B. RGB value is (48,116,75). Sum of RGB (Red+Green+Blue) = 48+116+75=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #30744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30744B is #CF8BB4. Grayscale: #5B5B5B. Windows color (decimal): -13601717 or 4944944. OLE color: 4944944.
HSL color Cylindrical-coordinate representation of color #30744B: hue angle of 143.82º 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 #30744B is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 75 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.55 |
| HSL | 143.82º | 0.41% | 0.32% | - |
| HSV(B) | 143.82º | 0.59% | 0.45% | - |
| XYZ | 8.73 | 13.63 | 8.83 | - |
| YUV | 90.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 75 | 0.59 | 0 | 0.35 | 0.55 | 143.82 | 0.41 | 0.32 |
| Hex | 30 | 74 | 4B | 3B | 0 | 23 | 37 | 90 | 29 | 20 |
| Octal | 60 | 164 | 113 | 73 | 0 | 43 | 67 | 220 | 51 | 40 |
| Binary | 110000 | 1110100 | 1001011 | 111011 | 0 | 100011 | 110111 | 10010000 | 101001 | 100000 |
Color Harmonies of #30744B
Complementary color
Monochromatic Colors of #30744B
Black with #30744B
Text Example
Text Example
White with #30744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30744B; }
p { color: rgb(48,116,75); }
H1.HeaderClassName
{
color: #30744B;
}
.AnyTagClassName
{
color: #30744B;
}
</style>
background-color css
<style>
a { background-color: #30744B; }
a { background-color: rgb(48,116,75); }
div.DivClassName
{
background-color: #30744B;
}
.BgClassName
{
background-color: #30744B;
}
</style>
border-color css
<style>
span { border-color: #30744B; }
span { border-color: rgb(48,116,75); }
td.TdClassName
{
border-color: #30744B;
}
.TagClassName
{
border-color: #30744B;
}
</style>