#307843

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

Shades of Amazon #307843

Tints of Amazon #307843

Color information

#307843 (or 0x307843) is unknown color: approx Amazon. HEX triplet: 30, 78 and 43. RGB value is (48,120,67). Sum of RGB (Red+Green+Blue) = 48+120+67=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #307843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307843 is #CF87BC. Grayscale: #5C5C5C. Windows color (decimal): -13600701 or 4421680. OLE color: 4421680.

HSL color Cylindrical-coordinate representation of color #307843: hue angle of 135.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307843 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB4812067-
CMYK0.6000.440.53
HSL135.83º42.86%32.94%-
HSV(B)135.83º60%47.06%-
XYZ8.9514.477.63-
YUV92.43113.6596.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=20.43%
G=51.06%
B=28.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120670.6000.440.53135.8342.8632.94
Hex3078433C02C35882b21
Octal6017010374054652105341
Binary11000011110001000011111100010110011010110001000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307843; }

 p { color: rgb(48,120,67); }

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

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

 a { background-color: rgb(48,120,67); }

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

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

 span { border-color: rgb(48,120,67); }

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