#308147

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

Shades of Amazon #308147

Tints of Amazon #308147

Color information

#308147 (or 0x308147) is unknown color: approx Amazon. HEX triplet: 30, 81 and 47. RGB value is (48,129,71). Sum of RGB (Red+Green+Blue) = 48+129+71=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #308147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308147 is #CF7EB8. Grayscale: #626262. Windows color (decimal): -13598393 or 4686128. OLE color: 4686128.

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

Color convert

RGB4812971-
CMYK0.6300.450.49
HSL137.04º45.76%34.71%-
HSV(B)137.04º62.79%50.59%-
XYZ10.2116.788.66-
YUV98.17112.6692.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 71 (28.12% from 255) = 28.63%
R=19.35%
G=52.02%
B=28.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129710.6300.450.49137.0445.7634.71
Hex3081473F02D31892e23
Octal6020110777055612115643
Binary110000100000011000111111111010110111000110001001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308147; }

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

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

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

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

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

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

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

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