Shades of Amazon #307445
Tints of Amazon #307445
RGB
CMYK
RGB Variations
Color information
#307445 (or 0x307445) is known color: Amazon. HEX triplet: 30, 74 and 45. RGB value is (48,116,69). Sum of RGB (Red+Green+Blue) = 48+116+69=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #307445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307445 is #CF8BBA. Grayscale: #5A5A5A. Windows color (decimal): -13601723 or 4551728. OLE color: 4551728.
HSL color Cylindrical-coordinate representation of color #307445: hue angle of 138.53º 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 #307445 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 69 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.55 |
| HSL | 138.53º | 0.41% | 0.32% | - |
| HSV(B) | 138.53º | 0.59% | 0.45% | - |
| XYZ | 8.54 | 13.55 | 7.8 | - |
| YUV | 90.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 69 | 0.59 | 0 | 0.41 | 0.55 | 138.53 | 0.41 | 0.32 |
| Hex | 30 | 74 | 45 | 3B | 0 | 29 | 37 | 8B | 29 | 20 |
| Octal | 60 | 164 | 105 | 73 | 0 | 51 | 67 | 213 | 51 | 40 |
| Binary | 110000 | 1110100 | 1000101 | 111011 | 0 | 101001 | 110111 | 10001011 | 101001 | 100000 |
Color Harmonies of #307445
Complementary color
Monochromatic Colors of #307445
Black with #307445
Text Example
Text Example
White with #307445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307445; }
p { color: rgb(48,116,69); }
H1.HeaderClassName
{
color: #307445;
}
.AnyTagClassName
{
color: #307445;
}
</style>
background-color css
<style>
a { background-color: #307445; }
a { background-color: rgb(48,116,69); }
div.DivClassName
{
background-color: #307445;
}
.BgClassName
{
background-color: #307445;
}
</style>
border-color css
<style>
span { border-color: #307445; }
span { border-color: rgb(48,116,69); }
td.TdClassName
{
border-color: #307445;
}
.TagClassName
{
border-color: #307445;
}
</style>