#308150

Color #308150 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #308150

Tints of Amazon #308150

Color information

#308150 (or 0x308150) is unknown color: approx Amazon. HEX triplet: 30, 81 and 50. RGB value is (48,129,80). Sum of RGB (Red+Green+Blue) = 48+129+80=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #308150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308150 is #CF7EAF. Grayscale: #636363. Windows color (decimal): -13598384 or 5275952. OLE color: 5275952.

HSL color Cylindrical-coordinate representation of color #308150: hue angle of 143.7º 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 #308150 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB4812980-
CMYK0.6300.380.49
HSL143.7º45.76%34.71%-
HSV(B)143.7º62.79%50.59%-
XYZ10.5216.9110.3-
YUV99.2117.1691.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=18.68%
G=50.19%
B=31.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129800.6300.380.49143.745.7634.71
Hex3081503F02631902e23
Octal6020112077046612205643
Binary110000100000011010000111111010011011000110010000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308150; }

 p { color: rgb(48,129,80); }

 H1.HeaderClassName
 {
   color: #308150;
 }
 .AnyTagClassName
 {
   color: #308150;
 }
</style>
background-color css

<style>
 a { background-color: #308150; }

 a { background-color: rgb(48,129,80); }

 div.DivClassName
 {
   background-color: #308150;
 }
 .BgClassName
 {
   background-color: #308150;
 }
</style>
border-color css

<style>
 span { border-color: #308150; }

 span { border-color: rgb(48,129,80); }

 td.TdClassName
 {
   border-color: #308150;
 }
 .TagClassName
 {
   border-color: #308150;
 }
</style>