#308151

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

Shades of Amazon #308151

Tints of Amazon #308151

Color information

#308151 (or 0x308151) is unknown color: approx Amazon. HEX triplet: 30, 81 and 51. RGB value is (48,129,81). Sum of RGB (Red+Green+Blue) = 48+129+81=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #308151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308151 is #CF7EAE. Grayscale: #636363. Windows color (decimal): -13598383 or 5341488. OLE color: 5341488.

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

Color convert

RGB4812981-
CMYK0.6300.370.49
HSL144.44º45.76%34.71%-
HSV(B)144.44º62.79%50.59%-
XYZ10.5516.9210.49-
YUV99.31117.6691.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 129 (50.78% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=18.60%
G=50%
B=31.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129810.6300.370.49144.4445.7634.71
Hex3081513F02531902e23
Octal6020112177045612205643
Binary110000100000011010001111111010010111000110010000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308151; }

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

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

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

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

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

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

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

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