Shades of Amazon #306F51
Tints of Amazon #306F51
RGB
CMYK
RGB Variations
Color information
#306F51 (or 0x306F51) is known color: Amazon. HEX triplet: 30, 6F and 51. RGB value is (48,111,81). Sum of RGB (Red+Green+Blue) = 48+111+81=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #306F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F51 is #CF90AE. Grayscale: #585858. Windows color (decimal): -13602991 or 5336880. OLE color: 5336880.
HSL color Cylindrical-coordinate representation of color #306F51: hue angle of 151.43º 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 #306F51 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 81 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.56 |
| HSL | 151.43º | 0.4% | 0.31% | - |
| HSV(B) | 151.43º | 0.57% | 0.44% | - |
| XYZ | 8.39 | 12.59 | 9.77 | - |
| YUV | 88.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 81 | 0.57 | 0 | 0.27 | 0.56 | 151.43 | 0.4 | 0.31 |
| Hex | 30 | 6F | 51 | 39 | 0 | 1B | 38 | 97 | 28 | 1F |
| Octal | 60 | 157 | 121 | 71 | 0 | 33 | 70 | 227 | 50 | 37 |
| Binary | 110000 | 1101111 | 1010001 | 111001 | 0 | 11011 | 111000 | 10010111 | 101000 | 11111 |
Color Harmonies of #306F51
Complementary color
Monochromatic Colors of #306F51
Black with #306F51
Text Example
Text Example
White with #306F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F51; }
p { color: rgb(48,111,81); }
H1.HeaderClassName
{
color: #306F51;
}
.AnyTagClassName
{
color: #306F51;
}
</style>
background-color css
<style>
a { background-color: #306F51; }
a { background-color: rgb(48,111,81); }
div.DivClassName
{
background-color: #306F51;
}
.BgClassName
{
background-color: #306F51;
}
</style>
border-color css
<style>
span { border-color: #306F51; }
span { border-color: rgb(48,111,81); }
td.TdClassName
{
border-color: #306F51;
}
.TagClassName
{
border-color: #306F51;
}
</style>