Shades of Amazon #306F4B
Tints of Amazon #306F4B
RGB
CMYK
RGB Variations
Color information
#306F4B (or 0x306F4B) is known color: Amazon. HEX triplet: 30, 6F and 4B. RGB value is (48,111,75). Sum of RGB (Red+Green+Blue) = 48+111+75=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #306F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F4B is #CF90B4. Grayscale: #585858. Windows color (decimal): -13602997 or 4943664. OLE color: 4943664.
HSL color Cylindrical-coordinate representation of color #306F4B: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F4B is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 75 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.56 |
| HSL | 145.71º | 0.4% | 0.31% | - |
| HSV(B) | 145.71º | 0.57% | 0.44% | - |
| XYZ | 8.17 | 12.51 | 8.64 | - |
| YUV | 88.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 75 | 0.57 | 0 | 0.32 | 0.56 | 145.71 | 0.4 | 0.31 |
| Hex | 30 | 6F | 4B | 39 | 0 | 20 | 38 | 92 | 28 | 1F |
| Octal | 60 | 157 | 113 | 71 | 0 | 40 | 70 | 222 | 50 | 37 |
| Binary | 110000 | 1101111 | 1001011 | 111001 | 0 | 100000 | 111000 | 10010010 | 101000 | 11111 |
Color Harmonies of #306F4B
Complementary color
Monochromatic Colors of #306F4B
Black with #306F4B
Text Example
Text Example
White with #306F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F4B; }
p { color: rgb(48,111,75); }
H1.HeaderClassName
{
color: #306F4B;
}
.AnyTagClassName
{
color: #306F4B;
}
</style>
background-color css
<style>
a { background-color: #306F4B; }
a { background-color: rgb(48,111,75); }
div.DivClassName
{
background-color: #306F4B;
}
.BgClassName
{
background-color: #306F4B;
}
</style>
border-color css
<style>
span { border-color: #306F4B; }
span { border-color: rgb(48,111,75); }
td.TdClassName
{
border-color: #306F4B;
}
.TagClassName
{
border-color: #306F4B;
}
</style>