Shades of Amazon #307D43
Tints of Amazon #307D43
RGB
CMYK
RGB Variations
Color information
#307D43 (or 0x307D43) is known color: Amazon. HEX triplet: 30, 7D and 43. RGB value is (48,125,67). Sum of RGB (Red+Green+Blue) = 48+125+67=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #307D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307D43 is #CF82BC. Grayscale: #5F5F5F. Windows color (decimal): -13599421 or 4422960. OLE color: 4422960.
HSL color Cylindrical-coordinate representation of color #307D43: hue angle of 134.81º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307D43 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 125 | 67 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.51 |
| HSL | 134.81º | 0.45% | 0.34% | - |
| HSV(B) | 134.81º | 0.62% | 0.49% | - |
| XYZ | 9.57 | 15.7 | 7.84 | - |
| YUV | 95.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 67 | 0.62 | 0 | 0.46 | 0.51 | 134.81 | 0.45 | 0.34 |
| Hex | 30 | 7D | 43 | 3E | 0 | 2E | 33 | 87 | 2D | 22 |
| Octal | 60 | 175 | 103 | 76 | 0 | 56 | 63 | 207 | 55 | 42 |
| Binary | 110000 | 1111101 | 1000011 | 111110 | 0 | 101110 | 110011 | 10000111 | 101101 | 100010 |
Color Harmonies of #307D43
Complementary color
Monochromatic Colors of #307D43
Black with #307D43
Text Example
Text Example
White with #307D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D43; }
p { color: rgb(48,125,67); }
H1.HeaderClassName
{
color: #307D43;
}
.AnyTagClassName
{
color: #307D43;
}
</style>
background-color css
<style>
a { background-color: #307D43; }
a { background-color: rgb(48,125,67); }
div.DivClassName
{
background-color: #307D43;
}
.BgClassName
{
background-color: #307D43;
}
</style>
border-color css
<style>
span { border-color: #307D43; }
span { border-color: rgb(48,125,67); }
td.TdClassName
{
border-color: #307D43;
}
.TagClassName
{
border-color: #307D43;
}
</style>