#308149

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

Shades of Amazon #308149

Tints of Amazon #308149

Color information

#308149 (or 0x308149) is unknown color: approx Amazon. HEX triplet: 30, 81 and 49. RGB value is (48,129,73). Sum of RGB (Red+Green+Blue) = 48+129+73=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #308149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308149 is #CF7EB6. Grayscale: #626262. Windows color (decimal): -13598391 or 4817200. OLE color: 4817200.

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

Color convert

RGB4812973-
CMYK0.6300.430.49
HSL138.52º45.76%34.71%-
HSV(B)138.52º62.79%50.59%-
XYZ10.2716.819.01-
YUV98.4113.6692.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 129 (50.78% from 255) = 51.6%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=19.2%
G=51.6%
B=29.2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129730.6300.430.49138.5245.7634.71
Hex3081493F02B318b2e23
Octal6020111177053612135643
Binary110000100000011001001111111010101111000110001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308149; }

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

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

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

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

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

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

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

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