#308249

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

Shades of Amazon #308249

Tints of Amazon #308249

Color information

#308249 (or 0x308249) is unknown color: approx Amazon. HEX triplet: 30, 82 and 49. RGB value is (48,130,73). Sum of RGB (Red+Green+Blue) = 48+130+73=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #308249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308249 is #CF7DB6. Grayscale: #636363. Windows color (decimal): -13598135 or 4817456. OLE color: 4817456.

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

Color convert

RGB4813073-
CMYK0.6300.440.49
HSL138.29º46.07%34.9%-
HSV(B)138.29º63.08%50.98%-
XYZ10.417.079.05-
YUV98.98113.3391.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=19.12%
G=51.79%
B=29.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130730.6300.440.49138.2946.0734.9
Hex3082493F02C318a2e23
Octal6020211177054612125643
Binary110000100000101001001111111010110011000110001010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308249; }

 p { color: rgb(48,130,73); }

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

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

 a { background-color: rgb(48,130,73); }

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

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

 span { border-color: rgb(48,130,73); }

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