Shades of Amazon #308145
Tints of Amazon #308145
RGB
CMYK
RGB Variations
Color information
#308145 (or 0x308145) is known color: Amazon. HEX triplet: 30, 81 and 45. RGB value is (48,129,69). Sum of RGB (Red+Green+Blue) = 48+129+69=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #308145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308145 is #CF7EBA. Grayscale: #626262. Windows color (decimal): -13598395 or 4555056. OLE color: 4555056.
HSL color Cylindrical-coordinate representation of color #308145: hue angle of 135.56º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308145 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 69 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.49 |
| HSL | 135.56º | 0.46% | 0.35% | - |
| HSV(B) | 135.56º | 0.63% | 0.51% | - |
| XYZ | 10.14 | 16.76 | 8.33 | - |
| YUV | 97.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 69 | 0.63 | 0 | 0.47 | 0.49 | 135.56 | 0.46 | 0.35 |
| Hex | 30 | 81 | 45 | 3F | 0 | 2F | 31 | 88 | 2E | 23 |
| Octal | 60 | 201 | 105 | 77 | 0 | 57 | 61 | 210 | 56 | 43 |
| Binary | 110000 | 10000001 | 1000101 | 111111 | 0 | 101111 | 110001 | 10001000 | 101110 | 100011 |
Color Harmonies of #308145
Complementary color
Monochromatic Colors of #308145
Black with #308145
Text Example
Text Example
White with #308145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308145; }
p { color: rgb(48,129,69); }
H1.HeaderClassName
{
color: #308145;
}
.AnyTagClassName
{
color: #308145;
}
</style>
background-color css
<style>
a { background-color: #308145; }
a { background-color: rgb(48,129,69); }
div.DivClassName
{
background-color: #308145;
}
.BgClassName
{
background-color: #308145;
}
</style>
border-color css
<style>
span { border-color: #308145; }
span { border-color: rgb(48,129,69); }
td.TdClassName
{
border-color: #308145;
}
.TagClassName
{
border-color: #308145;
}
</style>